-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.17 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-state-animation",
"version": "0.1.1",
"description": "Simple animations with React state",
"main": "lib/ReactStateAnimation.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tejitak/react-state-animation.git"
},
"keywords": [
"react",
"react-canvas",
"animation",
"tween",
"transition",
"state",
"easing"
],
"author": "tejitak",
"license": "MIT",
"bugs": {
"url": "https://github.com/tejitak/react-state-animation/issues"
},
"homepage": "https://github.com/tejitak/react-state-animation",
"dependencies": {
"d3-ease": "^0.1.3"
},
"peerDependencies": {
"react": ">=0.13.x"
},
"devDependencies": {
"babel": "^5.5.6",
"babel-core": "^5.5.6",
"babel-loader": "^5.1.4",
"del": "^1.1.1",
"envify": "^3.2.0",
"gulp": "^3.8.10",
"gulp-babel": "^4.0.0",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-uglify": "~1.0.2",
"gulp-webpack": "^1.2.0",
"react-canvas": "0.0.1",
"webpack": "^1.7.3",
"yargs": "^3.5.4"
}
}