-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
51 lines (51 loc) · 1.12 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
46
47
48
49
50
51
{
"name": "react-magic-move",
"version": "0.1.0",
"description": "MagicMove for React.js",
"main": "./modules/index",
"repository": {
"type": "git",
"url": "https://github.com/rpflorence/react-magic-move.git"
},
"homepage": "https://github.com/rpflorence/react-magic-move/blob/latest/README.md",
"bugs": "https://github.com/rpflorence/react-magic-move/issues",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo 'no tests yet' && exit 0"
},
"authors": [
"Ryan Florence"
],
"license": "MIT",
"devDependencies": {
"browserify": "4.2.3",
"browserify-shim": "^3.8.0",
"bundle-loader": "0.5.1",
"envify": "1.2.0",
"jsx-loader": "0.12.0",
"react": "0.12.x",
"reactify": "^0.17.1",
"rf-release": "0.4.0",
"uglify-js": "^2.4.15",
"uglifyjs": "^2.3.6",
"webpack": "1.4.5",
"webpack-dev-server": "1.6.5"
},
"peerDependencies": {
"react": "0.12.x"
},
"tags": [
"react",
"animation"
],
"keywords": [
"react",
"react-component",
"animation"
],
"browserify-shim": {
"react": "global:React"
}
}