-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.83 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"_from": "gulp-app-cache-builder@*",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-DtTvaFaNoe+ILpmJF8QJYiU1r+LEnNcGtSRa2UnWt4NSaR0pasgC+669d/H6IZn6Pqf2vcXw7LqmGvJztAID9Q==",
"_location": "/gulp-app-cache-builder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-app-cache-builder@*",
"name": "gulp-app-cache-builder",
"escapedName": "gulp-app-cache-builder",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gulp-app-cache-builder/-/gulp-app-cache-builder-1.0.0.tgz",
"_shasum": "0da5277c68953e7b5c1fbf8a48e5764f31579412",
"_spec": "gulp-app-cache-builder@*",
"_where": "C:\\Development\\GulpTest",
"author": {
"name": "Joshua Grippo",
"email": "[email protected]",
"url": "http://radolo.com"
},
"bugs": {
"url": "https://github.com/grippstick/gulp-app-cache-builder/issues"
},
"bundleDependencies": false,
"dependencies": {
"cheerio": "*",
"fs": "*",
"gulp": "*",
"gulp-rename": "*",
"gulp-util": "*",
"through2": "*"
},
"deprecated": false,
"description": "Inspects a C# project file and generates an application cache manifest for included items. It allows the use of an ExcludeString to filter included items that are not needed in the manifest.",
"homepage": "https://github.com/grippstick/gulp-app-cache-builder#readme",
"keywords": [
"gulp",
"c#",
"application",
"cache",
"appcache",
"manifest"
],
"license": "ISC",
"main": "index.js",
"name": "gulp-app-cache-builder",
"repository": {
"type": "git",
"url": "git+https://github.com/grippstick/gulp-app-cache-builder.git"
},
"scripts": {
"test": "index.js"
},
"version": "1.0.3"
}