-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.37 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
{
"name": "mobilesample",
"version": "0.0.1",
"main": "server.js",
"scripts": {
"start": "gulp",
"test": "mocha './app/**/*.spec.js' --compilers js:babel-core/register"
},
"author": "A Rippley",
"license": "MIT",
"dependencies": {
"axios": "^0.9.1",
"express": "^4.13.4",
"json-server": "^0.8.8",
"lodash": "^4.6.1",
"moment": "^2.12.0",
"moment-timezone": "^0.5.3",
"orchestrator": "^0.3.7",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-fontawesome": "^0.3.3",
"react-redux": "^4.4.1",
"react-router": "2.0.0",
"redux": "^3.3.1"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"del": "^2.2.0",
"expect": "^1.16.0",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0"
},
"description": ":)",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allyrippley/mobilesample.git"
},
"bugs": {
"url": "https://github.com/allyrippley/mobilesample/issues"
},
"homepage": "https://github.com/allyrippley/mobilesample#readme"
}