-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 965 Bytes
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
{
"name": "multitwitch",
"version": "1.0.0",
"description": "My own multitwitch",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Damien Couteillou <damien.couteillou@gmail.com>",
"license": "ISC",
"devDependencies": {
"autobind-decorator": "^1.3.3",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browser-sync": "^2.12.12",
"browserify": "^13.0.1",
"connect-history-api-fallback": "^1.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-mixin": "^3.0.5",
"react-router": "^2.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}