-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.48 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.48 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "load-common-gulp-tasks",
"version": "1.1.0",
"description": "Load common gulp tasks and configs so you don't need to redefine them for every module",
"main": "./index.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"gulp",
"load",
"require",
"tasks",
"common"
],
"repository": {
"type": "git",
"url": "https://github.com/areusjs/load-common-gulp-tasks"
},
"author": {
"name": "Chris Montgomery",
"url": "http://www.chrismontgomery.info/"
},
"contributors": [
{
"name": "Chris Montgomery",
"url": "http://www.chrismontgomery.info/"
},
{
"name": "Adam Bedell",
"url": "https://github.com/adamrights"
},
{
"name": "Scott Canham",
"url": "https://github.com/scanham"
},
{
"name": "John Mark Hawley",
"url": "https://github.com/jmhnilbog"
}
],
"engines": {
"node": ">= 0.10"
},
"license": "MIT",
"devDependencies": {
"gulp": "3.8.9",
"should": "4.0.4",
"sinon": "1.10.3"
},
"dependencies": {
"gulp-help": "1.3.0",
"gulp-istanbul": "0.3.1",
"gulp-istanbul-enforcer": "1.0.3",
"gulp-jshint": "1.8.4",
"gulp-mocha": "1.0.0",
"gulp-nice-package": "0.0.2",
"gulp-open": "0.2.8",
"gulp-plato": "1.0.0",
"gulp-shrinkwrap": "0.0.6",
"gulp-size": "1.0.0",
"gulp-util": "3.0.0",
"jshint-stylish": "0.4.0",
"lodash": "2.4.1",
"map-stream": "0.1.0",
"through2": "0.6.1"
}
}