-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 966 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
38
39
40
41
{
"name": "gsap-react-plugin",
"version": "1.0.2",
"description": "A GSAP plugin for tweening React.js component state.",
"main": "gsap-react-plugin.js",
"scripts": {
"prepublish": "gulp build",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/hzdg/gsap-react-plugin.git"
},
"keywords": [
"Greensock",
"GSAP",
"TweenLite",
"TweenMax",
"React",
"plugin"
],
"author": "Eric Eldredge <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/gsap-react-plugin/issues"
},
"homepage": "https://github.com/hzdg/gsap-react-plugin",
"devDependencies": {
"coffee-script": "^1.7.1",
"yargs": "^1.2.6",
"chalk": "^0.5.1",
"gulp-coffee": "^2.0.1",
"gulp-bump": "^0.1.10",
"gulp": "^3.8.6",
"chai": "^1.9.1",
"mocha": "^1.20.1",
"gulp-connect": "^2.0.6",
"open": "0.0.5",
"gulp-replace": "^0.4.0"
}
}