-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^5.0.12",
"babelify": "^6.0.1",
"browserify": "^9.0.3",
"flummox": "^3.5.2",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jasmine2-phantomjs": "^0.2.0",
"gulp-less": "^3.0.2",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^2.2.0",
"gulp-recess": "^1.1.2",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gutil": "^1.6.4",
"lodash": "^3.6.0",
"react": "^0.13.1",
"superagent": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.0.0"
}
}