-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 848 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 848 Bytes
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
{
"name": "crm",
"version": "1.0.0",
"description": "This is a simple readme...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anoninnyc/ValleyHack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anoninnyc/ValleyHack/issues"
},
"homepage": "https://github.com/Anoninnyc/ValleyHack#readme",
"dependencies": {
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"client-sessions": "^0.7.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express-stormpath": "^3.1.9",
"mo": "^1.7.3",
"mongoose": "^4.7.7"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-shell": "^2.1.0",
"nodemon": "^1.11.0"
}
}