forked from azazdeaz/react-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 KB
/
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
42
43
44
45
{
"name": "react-theme",
"version": "0.1.4",
"description": "organise your inline styles flexible and forkable",
"main": "lib/react-theme.js",
"scripts": {
"lib": "babel ./src --out-dir lib --source-maps --source-maps",
"test": "mocha --compilers js:babel/register",
"coverage": "babel-node node_modules/.bin/isparta cover --report text --report lcov node_modules/.bin/_mocha -- --reporter dot"
},
"repository": {
"type": "git",
"url": "[email protected]:azazdeaz/react-theme.git"
},
"keywords": [
"react",
"react-component",
"radium",
"isomorphic",
"theme",
"inline",
"style"
],
"author": "Polgár András",
"license": "MIT",
"bugs": {
"url": "https://github.com/azazdeaz/react-theme/issues"
},
"homepage": "https://github.com/azazdeaz/react-theme",
"dependencies": {
"lodash": "^3.9.3"
},
"devDependencies": {
"assert": "^1.3.0",
"babel": "^5.5.6",
"babel-core": "^5.5.8",
"babel-eslint": "^3.1.14",
"babel-loader": "^5.1.4",
"coveralls": "^2.11.2",
"eslint": "^0.22.1",
"eslint-plugin-mocha": "^0.2.2",
"isparta": "^3.0.3",
"mocha": "^2.2.5"
}
}