-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 987 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": "asset-tag-frag-webpack-plugin",
"version": "2.2.1",
"description": "Generate HTML fragment of asset tags.",
"main": "src/AssetTagPlugin.js",
"scripts": {
"test": "mocha",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "./node_modules/eslint/bin/eslint.js src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rei/asset-tag-frag-webpack-plugin.git"
},
"keywords": [
"webpack",
"asset",
"fragment"
],
"author": "Alex Perkins <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rei/asset-tag-frag-webpack-plugin/issues"
},
"homepage": "https://github.com/rei/asset-tag-frag-webpack-plugin#readme",
"dependencies": {
"istanbul": "^0.4.5",
"memory-fs": "^0.4.1",
"ramda": "^0.24.1"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"mocha": "^5.2.0"
}
}