forked from dowjones/react-inline-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (42 loc) · 966 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-inline-style",
"version": "0.1.0",
"author": {
"name" : "Philipp Adrian",
"email" : "[email protected]",
"company" : "Dow Jones & Co."
},
"main" : "./react-inline-style.js",
"description": "Reusable and adaptable components without external css dependency.",
"keywords" : [
"react",
"mixin",
"style",
"inline",
"css"
],
"repository": {
"type": "git",
"url": "https://github.com/dowjones/react-inline-style"
},
"dependencies" : {
"objct" : "^2.0.3"
},
"devDependencies": {
"react" : "^0.13.3",
"gulp": "^3.8.11",
"gulp-jshint": "^1.10.0",
"gulp-uglify" :"^1.2.0",
"gulp-rename" : "^1.2.2",
"gulp-replace" : "^0.5.3",
"browserify": "^10.1.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"reactify" : "^1.1.0"
},
"engines": {
"node": ">=0.10.x"
},
"license": "MIT",
"private" : false
}