-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 898 Bytes
/
package.json
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
{
"name": "gulp-index",
"version": "0.2.0",
"description": "Creates an index file based on the files passed from the glob",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/lee-chase/gulp-index.git"
},
"keywords": [
"gulp",
"index",
"file"
],
"author": "Lee Chase",
"license": "MIT",
"bugs": {
"url": "https://github.com/lee-chase/gulp-index/issues"
},
"homepage": "https://github.com/lee-chase/gulp-index#readme",
"dependencies": {
"defaults": "^1.0.3",
"gulp-util": "^3.0.7",
"path": "^0.12.7",
"through2": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"should": "^9.0.0",
"stream-array": "^1.1.2",
"stream-assert": "^2.0.3"
}
}