-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 905 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
{
"name": "lbspots",
"version": "1.0.0",
"description": "LBSPOTS",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server",
"jshint": "jshint api collections config controllers env lib models public/javascripts routes test app.js",
"test": "npm run jshint && mocha test",
"precommit": "npm test",
"prepush": "npm shrinkwrap && npm test",
"postmerge": "npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/titoine54/lbspots.git"
},
"author": "titoine54",
"license": "ISC",
"bugs": {
"url": "https://github.com/titoine54/lbspots/issues"
},
"homepage": "https://github.com/titoine54/lbspots#readme",
"dependencies": {
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"express": "^4.14.0",
"jquery": "^3.1.0",
"mongoose": "^4.6.1",
"serve-favicon": "^2.3.0"
}
}