forked from Khan/react-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.38 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.38 KB
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
55
56
{
"name": "react-components",
"version": "0.4.0",
"author": "Khan Academy",
"description": "React components used by Khan Academy",
"homepage": "http://khan.github.io/react-components/",
"browserify": {
"transform": [
"reactify"
]
},
"keywords": [
"react",
"widgets",
"react-ui",
"react-component",
"khan"
],
"repository": {
"type": "git",
"url": "https://github.com/Khan/react-components.git"
},
"bugs": {
"url": "https://github.com/Khan/react-components/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/Khan/react-components/blob/master/LICENSE"
},
"dependencies": {
"aphrodite": "^0.3.0"
},
"devDependencies": {
"backbone": "~1.1.2",
"browserify": "^10.0.0",
"jquery": "~2.1.1",
"jsdom": "~2.0.0",
"jstransform": "~6.3.2",
"mocha": "~1.18.2",
"moment": "*",
"react": "^0.14.7",
"react-addons-create-fragment": "^0.14.7",
"react-addons-pure-render-mixin": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-addons-transition-group": "^0.14.7",
"react-dom": "^0.14.7",
"react-tools": "~0.12.0",
"reactify": "git://github.com/andreypopp/reactify.git#c1b0e15eca9d5e663f34f372682723d5fb4f15af",
"underscore": "~1.6.0",
"watchify": "^3.2.2"
},
"scripts": {
"test": "make test",
"prepublish": "node prepublish.js"
}
}