UNPKG

943 BJSONView Raw
1{
2 "name": "gulp-boilerplate-agufranov",
3 "version": "1.0.15",
4 "main": "index.js",
5 "dependencies": {
6 "browser-sync": "^2.9.11",
7 "del": "^2.0.2",
8 "gulp": "^3.9.0",
9 "browserify": "^11.2.0",
10 "gulp-coffee": "^2.3.1",
11 "gulp-jade": "^1.1.0",
12 "gulp-plumber": "^1.0.1",
13 "gulp-notify": "^2.2.0",
14 "gulp-sourcemaps": "^1.6.0",
15 "gulp-uglify": "^1.4.2",
16 "gulp-watch": "^4.3.5",
17 "vinyl-buffer": "^1.0.0",
18 "vinyl-source-stream": "^1.1.0"
19 },
20 "devDependencies": {
21 "coffee-script": "^1.10.0"
22 },
23 "scripts": {
24 "test": "echo \"Error: no test specified\" && exit 1"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/agufranov/gulp-boilerplate.git"
29 },
30 "author": "",
31 "license": "ISC",
32 "bugs": {
33 "url": "https://github.com/agufranov/gulp-boilerplate/issues"
34 },
35 "homepage": "https://github.com/agufranov/gulp-boilerplate#readme",
36 "description": ""
37}