-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1013 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
37
38
39
40
41
42
{
"name": "projectwire",
"version": "1.0.0",
"private": true,
"description": "voice optimizer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"ignore": [
"**/.*",
"node_modules"
],
"author": "accusonus",
"license": "UNLICENSED",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.4",
"gulp-clean-css": "^4.2.0",
"gulp-imagemin": "^6.0.0",
"gulp-inline-source": "^4.0.0",
"gulp-minify": "^3.1.0",
"gulp-notify": "^3.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^5.0.1",
"path": "^0.12.7",
"run-sequence": "^1.1.5"
},
"dependencies": {
"gulp-cli": "^2.2.0",
"gulp-html-minifier": "^0.1.8",
"gulp-plumber": "^1.2.1",
"gulp-terser": "^2.1.0",
"strip-comments": "^1.0.2"
}
}