forked from GoogleChromeLabs/css-triggers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 903 Bytes
/
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
{
"name": "css-triggers",
"version": "2.1.9",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"del": "^1.1.1",
"express": "^4.13.4",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-license": "^1.0.0",
"gulp-minify-css": "^1.1.0",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"gulp-watchify": "^0.5.0",
"handlebars": "^4.0.5",
"lodash.assign": "^3.1.0",
"node-static": "^0.7.7",
"run-sequence": "^1.1.0",
"selenium-webdriver": "^2.52.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.1"
}
}