-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 857 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
{
"name": "viceroy",
"description": "A collection of gulp tasks for various frameworks and components.",
"repository": "[email protected]:notbrain/viceroy.git",
"dependencies": {},
"private": true,
"devDependencies": {
"browser-sync": "^2.7.9",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-filter": "^2.0.2",
"gulp-flatten": "*",
"gulp-imagemin": "^2.2.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.6",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"main-bower-files": "^2.8.0",
"require-dir": "^0.3.0",
"vinyl-source-stream": "*"
},
"engines": {
"node": "0.12.4",
"npm": "2.10.1"
}
}