forked from mattdesl/gsap-promise
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 904 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
{
"name": "gsap-lite-promise",
"version": "2.0.1",
"description": "A Promise wrapper around gsap/tweenlite",
"main": "build.js",
"license": "MIT",
"author": {
"name": "Iran Reyes",
"email": "[email protected]",
"url": "https://github.com/iranreyes"
},
"dependencies": {
"object-assign": "^4.0.1"
},
"devDependencies": {
"bluebird": "^3.5.1",
"gsap": "1.20.4",
"browserify": "^9.0.3",
"faucet": "0.0.1",
"smokestack": "^3.2.1",
"tap-closer": "1.0.0",
"tape": "^3.5.0"
},
"scripts": {
"test": "browserify test.js | tap-closer | smokestack | faucet"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/iranreyes/gsap-lite-promise.git"
},
"homepage": "https://github.com/iranreyes/gsap-lite-promise",
"bugs": {
"url": "https://github.com/iranreyes/gsap-lite-promise/issues"
}
}