-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "fityou",
"version": "1.0.0",
"description": "== README",
"main": "app.js",
"author": "Yusuke Kokubo",
"license": "MIT",
"scripts": {
"build": "gulp",
"test": "mocha --opts test/javascripts/mocha.opts test/javascripts/*.js",
"watch": "gulp watch"
},
"dependencies": {
"babel": "^6.1.18",
"babelify": "^7.2.0",
"bower": "^1.6.5",
"browserify": "^12.0.1",
"coffee-script": "^1.10.0",
"fbjs": "^0.4.0",
"glob": "^6.0.1",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-rename": "^1.2.2",
"history": "^1.13.1",
"main-bower-files": "^2.9.0",
"marked": "^0.3.5",
"material-ui": "^0.13.3",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.0",
"react-tap-event-plugin": "^0.2.1",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"espower-babel": "^4.0.0",
"gulp": "^3.9.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.7",
"jsdom": "^7.0.2",
"mocha": "^2.3.4",
"power-assert": "^1.2.0",
"watchify": "^3.6.1"
}
}