UNPKG

1.13 kBJSONView Raw
1{
2 "name": "load-common-gulp-tasks",
3 "version": "1.0.1",
4 "description": "Load common gulp tasks and configs so you don't need to redefine them for every module",
5 "main": "./index.js",
6 "scripts": {
7 "test": "gulp test"
8 },
9 "keywords": [
10 "gulp",
11 "load",
12 "require",
13 "tasks",
14 "common"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/areusjs/load-common-gulp-tasks"
19 },
20 "author": {
21 "name": "Chris Montgomery",
22 "url": "http://www.chrismontgomery.info/"
23 },
24 "engines": {
25 "node": ">= 0.10"
26 },
27 "license": "MIT",
28 "devDependencies": {
29 "gulp": "3.8.9",
30 "should": "4.0.4",
31 "sinon": "1.10.3"
32 },
33 "dependencies": {
34 "gulp-help": "1.1.0",
35 "gulp-istanbul": "0.3.1",
36 "gulp-istanbul-enforcer": "1.0.3",
37 "gulp-jshint": "1.8.4",
38 "gulp-mocha": "1.0.0",
39 "gulp-nice-package": "0.0.2",
40 "gulp-open": "0.2.8",
41 "gulp-plato": "1.0.0",
42 "gulp-shrinkwrap": "0.0.6",
43 "gulp-size": "1.0.0",
44 "gulp-util": "3.0.0",
45 "jshint-stylish": "0.4.0",
46 "lodash": "2.4.1",
47 "map-stream": "0.1.0",
48 "through2": "0.6.1"
49 }
50}