-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.52 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.52 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
69
{
"name": "biggulp",
"version": "1.3.0",
"description": "Features and utilities to simplify advanced gulpfiles",
"main": "src/index.js",
"files": [
"src",
"LICENSE",
"common-gulp.js"
],
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/LeanKit-Labs/biggulp"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"gulp"
],
"author": "LeanKit",
"contributors": [
{
"name": "Alex Robson",
"url": "http://nerdventure.io"
},
{
"name": "Doug Neiner",
"url": "http://dougneiner.com"
},
{
"name": "Jim Cowart",
"email": "jim.cowart@leankit.com",
"url": "http://ifandelse.com"
},
{
"name": "Matt Dunlap",
"email": "matt.dunlap@leankit.com",
"url": "https://github.com/prestaul"
},
{
"name": "Brian Edgerton",
"url": "https://github.com/brianedgerton"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/LeanKit-Labs/biggulp/issues"
},
"homepage": "https://github.com/LeanKit-Labs/biggulp",
"dependencies": {
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.2",
"gulp-changed": "^1.2.1",
"gulp-eslint": "^2.0.0",
"gulp-help": "^1.6.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.11.0",
"gulp-spawn-mocha": "~2.0.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"lodash": "3.x",
"nyc": "^6.2.1",
"open": "~0.0.5",
"processhost": "~0.2.3",
"when": "3.x"
}
}