-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1007 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
{
"name": "w3c-manifest-loader",
"version": "1.2.2",
"description": "W3C-manifest loader for webpack",
"main": "dist/index.js",
"scripts": {
"test": "ava",
"prepare": "babel src -d dist",
"watch": "babel src -d dist --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mariusGundersen/w3c-manifest-loader.git"
},
"keywords": [
"w3c-manifest",
"manifest.json",
"webpack",
"loader"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mariusGundersen/w3c-manifest-loader/issues"
},
"homepage": "https://github.com/mariusGundersen/w3c-manifest-loader#readme",
"dependencies": {
"babel-polyfill": "^6.9.1",
"fs-promise": "^0.5.0",
"loader-utils": "^1.1.0",
"untab": "^1.0.1"
},
"devDependencies": {
"ava": "^0.15.2",
"babel-cli": "^6.11.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0"
}
}