-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1012 Bytes
/
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
{
"name": "CodeCampSim",
"version": "0.7.5",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eihcir0/code_camp_sim"
},
"keywords": [
"coding bootcamp",
"App Academy",
"simulation",
"simulator",
"CodeCampSim"
],
"author": "Richie Humphrey",
"homepage": "https://github.com/Eihcir0/code_camp_sim#readme",
"license": "ISC",
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"jquery": "^3.1.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-modal": "^1.4.0",
"react-preload": "^0.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-sprite-animator": "^1.1.1",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"webpack": "^1.13.2"
},
"engines": {
"node": "6.2.1",
"npm": "3.9.3"
}
}