-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
37 lines (37 loc) · 907 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
{
"name": "react-animate",
"version": "3.0.0",
"description": "",
"license": "MIT",
"author": "Elie Rotenberg <[email protected]>",
"main": "src/index.jsx",
"repository": {
"type": "git",
"url": "https://github.com/elierotenberg/react-animate.git"
},
"bugs": {
"url": "https://github.com/elierotenberg/react-animate/issues"
},
"scripts": {
"test": "gulp test"
},
"homepage": "https://github.com/elierotenberg/react-animate",
"dependencies": {
"bluebird": "^2.9.30",
"lodash": "^3.9.3",
"raf": "^3.0.0",
"should": "^6.0.3",
"tween-interpolate": "^1.0.1"
},
"devDependencies": {
"babel": "^5.5.8",
"babel-eslint": "^3.1.15",
"babel-runtime": "^5.5.8",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"gulp": "^3.9.0",
"gulp-eslint": "^0.14.0",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.1"
}
}