forked from googlearchive/guitar-tuner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 811 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
{
"name": "guitar-tuner",
"version": "0.0.67",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"gulp-qunit": "^1.2.1",
"gulp": "^3.8.11",
"browserify": "^9.0.8",
"watchify": "^3.1.1",
"gulp-watchify": "^0.5.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"gulp-util": "^3.0.4",
"lodash.assign": "^3.1.0",
"babelify": "^6.0.2",
"gulp-watch": "^4.2.4",
"gulp-minify-css": "^1.1.0",
"gulp-uglify": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-streamify": "0.0.5",
"del": "^1.1.1",
"run-sequence": "^1.1.0",
"gulp-license": "^1.0.0",
"gulp-bump": "^0.3.0",
"gulp-replace": "^0.5.3",
"gulp-minify-inline": "^0.1.0",
"gulp-vulcanize": "^6.0.0"
}
}