forked from peerigon/modernizr-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 882 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
{
"name": "modernizr-loader",
"version": "1.0.1",
"description": "use modernizr with webpack easily",
"main": "index.js",
"scripts": {
"test": "ava"
},
"keywords": [
"modernizr",
"webpack",
"loader"
],
"author": "Markus Dobmann <[email protected]>",
"license": "MIT",
"peerDependencies": {
"modernizr": "^3.1.0"
},
"devDependencies": {
"ava": "^0.19.1",
"eslint": "^3.3.1",
"eslint-config-peerigon": "^6.0.0",
"eslint-plugin-jsdoc": "^2.3.1",
"json-loader": "^0.5.4",
"modernizr": "^3.3.1",
"temp": "^0.8.3",
"webpack": "^2.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peerigon/modernizr-loader.git"
},
"bugs": {
"url": "https://github.com/peerigon/modernizr-loader/issues"
},
"homepage": "https://github.com/peerigon/modernizr-loader#readme"
}