forked from lettertwo/appcache-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "appcache-webpack-plugin",
"version": "1.2.1",
"author": "Eric Eldredge <lettertwo@gmail.com>",
"description": "Generate an HTML5 Application Cache for a Webpack build",
"main": "./lib/index.js",
"peerDependencies": {
"webpack": ">=0.11 <2"
},
"scripts": {
"prepublish": "make build",
"test": "make test"
},
"repository": {
"type": "git",
"url": "http://github.com/lettertwo/appcache-webpack-plugin.git"
},
"keywords": [
"webpack",
"appcache",
"application",
"cache",
"plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lettertwo/appcache-webpack-plugin/issues"
},
"homepage": "https://github.com/lettertwo/appcache-webpack-plugin",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.1",
"babel-plugin-espower": "^1.0.0",
"babel-runtime": "^5.8.20",
"eslint": "^1.3.1",
"eslint-plugin-babel": "^2.1.1",
"git-release-notes": "^0.0.2",
"mocha": "^2.3.2",
"mversion": "^1.10.1",
"power-assert": "^1.0.0"
}
}