-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.65 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.65 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "communicativenewts",
"version": "1.0.0",
"description": "hack reactor student project",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/communicativenewts/communicativenewts.git"
},
"author": "Alex, Beth, Bruce, Mukesh",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/communicativenewts/communicativenewts/issues"
},
"homepage": "https://github.com/communicativenewts/communicativenewts#readme",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"start": "node ./server/server.js"
},
"dependencies": {
"angular-mocks": "^1.6.1",
"body-parser": "^1.15.0",
"bootstrap": "^4.0.0-alpha.2",
"express": "^4.13.4",
"express-partials": "^0.3.0",
"google-auth-library": "^0.10.0",
"jasmine": "^2.5.3",
"jquery": "^2.2.1",
"mongoose": "^4.8.1",
"request": "^2.34.0",
"sinon": "^1.17.3",
"underscore": "^1.8.3"
},
"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"
}
}