-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
56
57
{
"name": "IOT-homework",
"version": "0.0.1",
"description": "FCU-IOT-homework ",
"scripts": {
"test": "mocha test/.setup.js test/**/*-test.js"
},
"main": "./node_modules/mdl-react/lib",
"repository": {
"type": "git",
"url": "https://github.com/FCU-IoT-Homework/FCU-loT-Front.git"
},
"keywords": [
"React",
"mdl-react",
"FCU",
"IOT",
"web-control",
"Arduino"
],
"author": "FCU-IOT-homework-team",
"license": "",
"bugs": {
"url": "https://github.com/FCU-IoT-Homework/FCU-loT-Front/issues"
},
"homepage": "https://github.com/FCU-IoT-Homework/FCU-loT-Front",
"dependencies": {
"lodash": "~3.10.0"
},
"devDependencies": {
"babel": "~5.8.3",
"babel-preset-react": "~6.5.0",
"babel-register": "~6.8.0",
"browserify": "~10.2.6",
"chai": "~3.2.0",
"del": "~1.2.0",
"enzyme": "~2.3.0",
"gulp": "~3.9.0",
"gulp-connect": "~2.2.0",
"gulp-react": "~3.0.1",
"gulp-reactify": "~3.0.1",
"gulp-rename": "~1.2.2",
"gulp-sftp": "~0.1.5",
"gulp-uglify": "~1.2.0",
"gulp-util": "~3.0.5",
"material-design-lite": "~1.0.4",
"mdl-react": "0.0.25",
"mocha": "~2.2.5",
"node-jsdom": "~3.1.5",
"react": "~0.13.3",
"react-router": "~0.13.3",
"reactify": "~1.1.1",
"superagent": "~1.8.3",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.2.3"
}
}