-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 820 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 820 Bytes
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
{
"name": "reset-jss",
"version": "1.0.0",
"description": "JSS port of Meyer's reset.css",
"author": {
"name": "Oleg Slobodskoi",
"email": "oleg008@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:cssinjs/reset-jss.git"
},
"keywords": [
"meyer",
"reset",
"jss",
"cssinjs",
"css-in-js"
],
"scripts": {
"lint": "eslint ./index.js",
"prepublishOnly": "npm run lint"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-jss": "^3.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0"
},
"peerDependencies": {
"jss": "^9.0.0",
"jss-global": "^2.0.0"
}
}