forked from hillmanov/gulp-manifest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 897 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
40
41
42
{
"name": "gulp-manifest",
"version": "0.1.1",
"description": "Generate HTML5 Cache Manifest files",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hillmanov/gulp-manifest"
},
"keywords": [
"gulp",
"gulpplugin",
"html5",
"manifest",
"appcache"
],
"author": {
"name": "Scott Hillman"
},
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"event-stream": "^3.1.7",
"mocha": "~1.16.2",
"should": "~2.1.1",
"gulp": "^3.9.0"
},
"dependencies": {
"gulp-util": "~2.2.6",
"minimatch": "~2.0.1",
"slash": "^1.0.0",
"through": "~2.3.4",
"vinyl": "^2.2.0"
},
"bugs": {
"url": "https://github.com/hillmanov/gulp-manifest/issues"
},
"homepage": "https://github.com/hillmanov/gulp-manifest"
}