-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "hairiamshelly",
"version": "1.0.0",
"description": "ShopApps",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muscleman/hairIamShelly.git"
},
"author": "Gary Rusher",
"license": "ISC",
"dependencies": {
"angular": "^1.6.4",
"angular-resource": "^1.6.4",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^1.0.0-rc.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"client-sessions": "^0.7.0",
"cookies": "^0.7.0",
"express": "^4.15.2",
"jsonwebtoken": "^7.3.0",
"lodash": "^4.17.4",
"method-override": "^2.3.7",
"mongodb": "^2.2.25",
"mongoose": "^4.9.0",
"morgan": "^1.8.1"
},
"bugs": {
"url": "https://github.com/muscleman/hairIamShelly/issues"
},
"homepage": "https://github.com/muscleman/hairIamShelly#readme"
}