forked from johno/immutable-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 906 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
38
39
40
41
42
43
44
{
"name": "immutable-css",
"description": "A CSS linter for immutable selectors.",
"author": "John Otander",
"version": "0.0.3",
"main": "index.js",
"directories": {
"test": "test"
},
"bin": {
"immutablecss": "./bin/immutablecss"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/immutable-css.git"
},
"keywords": [
"css",
"immutable",
"mutability",
"immutablecss",
"immutability",
"mutation",
"lint",
"linter"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/immutable-css/issues"
},
"homepage": "https://github.com/johnotander/immutable-css",
"dependencies": {
"commander": "^2.7.1",
"has-class-selector": "0.0.1",
"postcss": "^4.0.6",
"specificity": "^0.1.4"
},
"devDependencies": {
"mocha": "*"
}
}