-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 Bytes
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
{
"name": "r-animation",
"version": "0.5.1",
"author": "Florian Zinggeler",
"description": "Animations for your react components!",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"react animation",
"animation",
"tween",
"ease"
],
"bugs": "https://github.com/Zinggi/RAnimation/issues/",
"homepage": "https://github.com/Zinggi/RAnimation",
"repository": {
"type": "git",
"url": "https://github.com/Zinggi/RAnimation"
},
"peerDependencies": {
},
"devDependencies": {
"react": "^0.13.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-react": "^0.10.0",
"grunt-webpack": "^1.0.8",
"jsx-loader": "^0.12.2",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
},
"license": "MIT"
}