forked from prathamesh7pute/coral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 825 Bytes
/
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
{
"name": "coral",
"description": "Node JS framework to dynamically create REST application with express and mongoose Models",
"version": "0.3.0",
"author": {
"name": "Prathamesh Satpute",
"email": "[email protected]"
},
"keywords": [
"rest",
"mongoose",
"express",
"node"
],
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/prathamesh7pute/coral.git"
},
"dependencies": {
"async": "0.9.0",
"underscore": "1.6.0",
"express": "4.6.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"supertest": "0.13.0",
"should": "4.0",
"mocha": "1.20.1",
"body-parser": "1.4.3",
"mongoose": "3.8.12"
}
}