-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.55 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "app_track",
"version": "1.0.0",
"description": "Job application tracking app",
"scripts": {
"test": "grunt test",
"postinstall": "webpack",
"coverage": "grunt coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Residence-Industries/AppTrack.git"
},
"author": "Andrew Vye, Eric Smith, Keeley Nakamoto",
"license": "MIT",
"bugs": {
"url": "https://github.com/Residence-Industries/AppTrack/issues"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"enzyme": "^2.4.1",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-istanbul": "^0.7.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^3.0.1",
"node-sass": "^3.8.0",
"react-addons-test-utils": "^15.3.0",
"sass-loader": "^4.0.0",
"sinon": "^1.17.5",
"sinon-as-promised": "^4.0.2",
"supertest": "^2.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"body-parser": "^1.15.2",
"cors": "^2.7.1",
"express": "^4.14.0",
"morgan": "^1.7.0",
"neo4j": "^1.1.1",
"path": "^0.12.7",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"request": "^2.74.0"
},
"babel": {
"presets": [
"es2015"
]
}
}