UNPKG

1.17 kBJSONView Raw
1{
2 "name": "gulpbuild",
3 "version": "1.0.0",
4 "description": "Gulp build",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/notiv-nt/gulpbuild.git"
12 },
13 "bin": {
14 "gb": "./index.js"
15 },
16 "author": "",
17 "license": "ISC",
18 "bugs": {
19 "url": "https://github.com/notiv-nt/gulpbuild/issues"
20 },
21 "homepage": "https://github.com/notiv-nt/gulpbuild#readme",
22 "dependencies": {
23 "autoprefixer": "latest",
24 "coffee-script": "latest",
25 "gulp": "latest",
26 "gulp-changed": "latest",
27 "gulp-coffee": "latest",
28 "gulp-concat": "latest",
29 "gulp-concat-css": "latest",
30 "gulp-ect-simple": "latest",
31 "gulp-ejs": "latest",
32 "gulp-if": "latest",
33 "gulp-jade": "latest",
34 "gulp-less": "latest",
35 "gulp-livereload": "latest",
36 "gulp-minify-css": "latest",
37 "gulp-postcss": "latest",
38 "gulp-rename": "latest",
39 "gulp-sass": "latest",
40 "gulp-stylus": "latest",
41 "gulp-svgmin": "latest",
42 "gulp-uglify": "latest",
43 "lodash": "latest",
44 "minimist": "^1.2.0",
45 "node-dir": "latest"
46 }
47}
48