-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
41 lines (41 loc) · 826 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
{
"name": "native-css",
"version": "2.0.0",
"description": "Convert pure CSS to javascript literal objects or React Style",
"main": "index.js",
"bin": "./bin/native-css.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/raphamorim/native-css"
},
"keywords": [
"react",
"css",
"react",
"native",
"convert"
],
"author": "Raphael Amorim",
"license": "MIT",
"preferGlobal": "true",
"bugs": {
"url": "https://github.com/raphamorim/native-css/issues"
},
"engines": {
"node": ">=0.12.18"
},
"homepage": "https://github.com/raphamorim/native-css",
"devDependencies": {
"mocha": "^2.2.1"
},
"dependencies": {
"css": "2.2.1",
"fetch": "^1.0.1"
}
}