-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
{
"name": "mongoose-rest-endpoints",
"version": "4.0.1",
"description": "Easy REST endpoint creation for Mongoose documents with Express",
"main": "index.js",
"scripts": {
"test": "grunt test:all"
},
"repository": {
"type": "git",
"url": "https://[email protected]/jraede/mongoose-rest-endpoints.git"
},
"keywords": [
"REST",
"Mongoose",
"API"
],
"dependencies": {
"coffee-script": "^1.8.0",
"colors": "^0.6.2",
"dot-component": "~0.1.0",
"express": "3.4.3",
"hooks": "~0.3.2",
"minimatch": "^1.0.0",
"moment": "~2.6.0",
"mongoose-q": "0.0.13",
"q": "*",
"underscore": "~1.5.2"
},
"author": {
"name": "Jason Raede",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jraede/mongoose-rest-endpoints/issues"
},
"homepage": "https://github.com/jraede/mongoose-rest-endpoints",
"readme": "README.md",
"devDependencies": {
"supertest": "~0.8.2",
"should": "~2.1.1",
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "~0.4.3",
"grunt-sed": "~0.1.1",
"semver": "~2.2.1",
"moment": "~2.5.1"
}
}