-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "html-attr-scope-loader",
"version": "1.4.4",
"description": "webpack的自定义loader模块,给html文件中标签加入自定义属性以起到隔离作用域的作用,依赖于 css-attr-scope-loader",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/xuxusheng/html-attr-scope-loader.git"
},
"author": "xusheng",
"license": "ISC",
"bugs": {
"url": "https://github.com/xuxusheng/html-attr-scope-loader/issues"
},
"homepage": "https://github.com/xuxusheng/html-attr-scope-loader#readme",
"dependencies": {
"css-attr-scope-loader": "^1.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-minifier": "^3.0.2",
"loader-utils": "^0.2.15",
"object-assign": "^4.1.0",
"parse5": "^2.2.0",
"postcss": "^5.1.2",
"postcss-scss": "^0.1.9",
"precss": "^1.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.2"
}
}