-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 809 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
{
"name": "radium-plugin-friendly-pseudos",
"version": "1.0.0",
"description": "Radium plugin for easier to type pseudo classes, such as onHover instead of ':hover'",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianobermiller/radium-plugin-friendly-pseudos.git"
},
"keywords": [
"radium",
"radium-plugin",
"plugin",
"react",
"inline-styles"
],
"author": "Ian Obemiller <[email protected]> (http://ianobermiller.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ianobermiller/radium-plugin-friendly-pseudos/issues"
},
"homepage": "https://github.com/ianobermiller/radium-plugin-friendly-pseudos#readme",
"devDependencies": {
"tape": "^4.2.0"
}
}