-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 795 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 795 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": "summonAPI",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "server",
"postinstall": "bower install",
"start": "node server.js"
},
"author": "yugal",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git://github.com/lovingyugs/summonAPI.git"
},
"engines": {},
"dependencies": {
"bcrypt": "^1.0.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"bower": "^1.8.0",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"jsonwebtoken": "^7.4.1",
"method-override": "^2.3.9",
"mongoose": "^4.10.4",
"morgan": "^1.8.2",
"ng-cookies": "^1.0.2",
"node-gyp": "^3.6.2",
"nodemon": "^1.11.0",
"rebuild": "^0.1.2"
}
}