forked from montulli/GrooveScribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 953 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 953 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
36
37
38
{
"name": "GrooveScribe",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"keywords": [],
"author": "Lou Montulli",
"license": "GPL V2",
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-duration": "0.0.0",
"gulp-flatten": "0.2.0",
"gulp-gzip": "^1.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-insert": "^0.5.0",
"gulp-install": "^0.6.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4"
}
}