-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
65 lines (65 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "angular-bridge",
"homepage": "https://github.com/Unitech/angular-bridge",
"author": {
"name": "Alexandre Strzelewicz",
"email": "[email protected]",
"url": "http://unitech.io"
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha test"
},
"contributors": [
{
"name": "kentcdodds"
},
{
"name": "vegar"
},
{
"name": "tompi"
},
{
"name": "winduptoy"
}
],
"description": "Link models easily via a REST interface between Mongoose/Node-Express/Angular.js",
"version": "0.5.0",
"main": "./index.js",
"private": false,
"dependencies": {
"body-parser": "^1.13.1",
"express": "^4.13.0",
"mongoose": "*",
"underscore": "1.x"
},
"keywords": [
"angular js",
"mongodb",
"mongo",
"REST",
"angularjs",
"angular-bridge",
"link model",
"mongoose"
],
"repository": {
"type": "git",
"url": "git://github.com/Unitech/angular-bridge.git"
},
"devDependencies": {
"mocha": "*",
"should": "~1.2.2",
"supertest": "~0.6.0",
"request": "*"
},
"readmeFilename": "README.md",
"_npmUser": {
"name": "tknew",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"node": "*"
}
}