forked from rtsao/scope-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 880 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
{
"name": "scope-styles",
"version": "0.5.0",
"description": "converts inline style objects into scoped css",
"keywords": [
"css",
"scope",
"styles",
"inline",
"radium"
],
"author": "Ryan Tsao <[email protected]>",
"repository": "[email protected]:rtsao/scope-styles.git",
"homepage": "https://github.com/rtsao/scope-styles",
"bugs": "https://github.com/rtsao/scope-styles/issues",
"main": "index.js",
"scripts": {
"test": "node test/index.js",
"cover": "istanbul cover test/index.js",
"travis-test": "npm run cover && ((cat coverage/lcov.info | coveralls) || exit 0)"
},
"dependencies": {
"base62": "^1.1.0",
"es-symbol": "^1.1.2",
"string-hash": "^1.1.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"tape": "^4.2.1"
},
"license": "MIT"
}