forked from markdalgleish/web-app-manifest-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 980 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
{
"name": "web-app-manifest-loader",
"version": "0.1.1",
"description": "Web app manifest loader for webpack",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha test -- --timeout 20000",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markdalgleish/web-app-manifest-loader.git"
},
"author": "Mark Dalgleish",
"license": "MIT",
"bugs": {
"url": "https://github.com/markdalgleish/web-app-manifest-loader/issues"
},
"homepage": "https://github.com/markdalgleish/web-app-manifest-loader#readme",
"dependencies": {
"loader-utils": "^0.2.12",
"steed": "^1.1.2"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"file-loader": "^0.8.5",
"glob": "^6.0.1",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"rimraf": "^2.4.5",
"webpack": "^1.12.9"
}
}