-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 KB
/
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
{
"name": "development-config",
"version": "1.0.0",
"description": "Util development configuration that includes CSS styles pre-compiler and scripts minification, also with LiveReload feature for real time browser reload.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaioteoi/development-config.git"
},
"keywords": [
"config",
"development",
"environment",
"gulp",
"npm"
],
"author": "Kaio Teoi <[email protected]> (kaioteoi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaioteoi/development-config/issues"
},
"homepage": "https://github.com/kaioteoi/development-config#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"run-sequence": "^1.2.2"
}
}