-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "shortly-angular",
"version": "1.1.0",
"description": "Build out the front end of a MEAN stack app",
"author": "Hack Reactor <[email protected]>",
"license": "UNLICENSED",
"private": true,
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"postinstall": "curl -s https://raw.githubusercontent.com/reactorcore/pomander/master/bin/install | bash",
"start": "gulp start",
"start:es6": "gulp start:es6",
"test": "gulp karma",
"test:es6": "gulp karma:es6",
"lint": "eslint ./"
},
"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",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"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-mocha": "^0.2.1",
"karma-nyan-reporter": "^0.2.4",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^2.3.4",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "^1.17.2"
}
}