-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 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
{
"name": "animation.twwen",
"version": "1.0.0",
"description": "animation from tween",
"main": "Gulpfile.js",
"dependencies": {
"amd-optimize": "^0.2.7",
"gulp": "^3.8.9",
"gulp-concat": "^2.4.1",
"gulp-jshint": "^1.8.6",
"gulp-rename": "^1.2.0",
"gulp-requirejs": "^0.1.3",
"gulp-uglify": "^1.0.1",
"gulp-webpack": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.8.9",
"gulp-jshint": "^1.8.6",
"gulp-uglify": "^1.0.1",
"gulp-webpack": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/force2008/animation.git"
},
"keywords": [
"animation"
],
"author": "force2008",
"license": "ISC",
"bugs": {
"url": "https://github.com/force2008/animation/issues"
},
"homepage": "https://github.com/force2008/animation"
}