-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 849 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
{
"name": "postcss-hash-classname",
"version": "0.4.0",
"description": "a postcss plugin can change your classname",
"main": "index.js",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"postcss-hash-classname"
],
"author": "JackHou <[email protected]>",
"license": "MIT",
"repository": "ctxhou/postcss-hash-classname",
"bugs": {
"url": "https://github.com/ctxhou/postcss-hash-classname/issues"
},
"homepage": "https://github.com/ctxhou/postcss-hash-classname",
"dependencies": {
"loader-utils": "^0.2.12",
"postcss": "^5.0.10",
"postcss-selector-parser": "^2.2.1"
},
"devDependencies": {
"chai": "3.5.0",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-mocha": "3.0.1",
"gulp-postcss": "^6.0.1",
"mocha": "3.0.2"
},
"scripts": {
"test": "gulp test"
}
}