-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 898 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": "trustocracy-elm",
"version": "1.0.0",
"description": "user information page beginnings",
"scripts": {
"start": "npm run build-elm && npm run start-server",
"build-elm": "elm make src/Home.elm --output dist/elm.js",
"start-server": "ws -s index.html"
},
"author": "OutLikeALambda",
"homepage": "https://github.com/outlikealambda",
"devDependencies": {
"local-web-server": "^1.2.5"
},
"dependencies": {
"express": "^4.13.4",
"bluebird": "^3.3.5",
"body-parser": "~1.8.1",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.1.0",
"debug": "~2.0.0",
"jade": "~1.6.0",
"jsonwebtoken": "^5.7.0",
"lodash": "^4.11.1",
"mongoose": "~3.8.x",
"morgan": "~1.3.0",
"passport": "0.2.x",
"passport-local": "1.0.x",
"passport-local-mongoose": "*",
"request": "^2.67.0",
"request-promise": "^1.0.2"
}
}