-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 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
{
"name": "gravity-ui-radium",
"version": "0.0.5",
"description": "A Flat UI Framework based on react and FormidableLabs/Radium toolchains for css-free react development",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/NormalGravity/Radium-Flat.git"
},
"keywords": [
"Radium",
"React",
"Flat-UI",
"CommonJS"
],
"author": "Brian Vanderbusch <[email protected]> (https://github.com/LongLiveCHIEF)",
"license": "MIT",
"bugs": {
"url": "https://github.com/NormalGravity/Radium-Flat/issues"
},
"homepage": "https://github.com/NormalGravity/Radium-Flat",
"dependencies": {
"lodash": "^3.7.0",
"radium": "^0.10.1",
"react": "^0.13.2"
},
"devDependencies": {
"browserify": "^9.0.8",
"chai": "^2.2.0",
"http-server": "^0.8.0",
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"react-tools": "^0.13.2"
}
}