-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 921 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 921 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
36
37
38
{
"name": "shortly-angular",
"version": "1.1.0",
"description": "Build out the front end of a MEAN stack app",
"author": "Hack Reactor <curriculum.team@hackreactor.com>",
"license": "UNLICENSED",
"private": true,
"engines": {
"node": "4.6.0"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"babel-preset-es2015": "^6.6.0",
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.4.5",
"express-session": "^1.14.1",
"jquery": "^3.1.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.0",
"qpx-client": "0.0.5",
"request": "^2.76.0",
"request-promise": "^4.1.1",
"util": "^0.10.3",
"xml2js": "^0.4.17"
},
"devDependencies": {
"materialize-css": "^0.97.7",
"xml2js": "^0.4.17",
"yelp": "^1.0.1"
}
}