forked from lettertwo/appcache-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "appcache-webpack-plugin",
"version": "1.3.0",
"author": "Eric Eldredge <[email protected]>",
"description": "Generate an HTML5 Application Cache for a Webpack build",
"main": "./lib/index.js",
"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",
"webpack": ">=0.11 <2.0.0 || >=2.1.0-beta.13 <3.0.0 || ^3.2.0"
}
}