forked from Slamdunk/stylelint-no-browser-hacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 949 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": "stylelint-no-browser-hacks",
"version": "1.3",
"description": "Stylelint plugin for stylehacks linting.",
"keywords": [
"no-browser-hacks",
"stylehacks",
"stylelint",
"stylelint-plugin"
],
"author": {
"name": "Filippo Tessarotto",
"email": "zoeslam@gmail.com",
"url": "https://github.com/Slamdunk/"
},
"license": "MIT",
"repository": "Boegie/stylelint-no-browser-hacks",
"bugs": {
"url": "https://github.com/Boegie/stylelint-no-browser-hacks/pulls"
},
"homepage": "https://github.com/Boegie/stylelint-no-browser-hacks",
"files": [
"lib/"
],
"dependencies": {
"stylehacks": "^5.0.0",
"stylelint": "^13.13"
},
"devDependencies": {
"eslint": "^4.18",
"stylelint-test-rule-ava": "^0.2.0"
},
"scripts": {
"lint": "eslint .",
"test": "ava"
}
}