-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
executable file
·42 lines (41 loc) · 1.09 KB
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
40
41
{
"name": "shortly-angular",
"version": "1.1.0",
"description": "Build out the front end of a MEAN stack app",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"postinstall": "npm install; bower install; npm install -g gulp karma karma-cli nodemon; npm install -g express"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.4.3",
"express": "^4.4.5",
"jwt-simple": "^0.5.0",
"mongoose": "^4.1.0",
"morgan": "^1.1.1",
"q": "^1.4.1",
"request": "^2.36.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.11.2",
"chai": "^3.4.1",
"clone-stats": "0.0.1",
"gulp": "^3.8.5",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-nodemon": "^2.0.6",
"gulp-shell": "^0.5.2",
"karma": "^0.13.15",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-nyan-reporter": "^0.2.4",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-unicorn-reporter": "^0.1.4",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "^1.17.2"
}
}