forked from LekongKong/AnimIt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 983 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": "AnimIt",
"description": "Animation everything!",
"version": "0.0.12",
"homepage": "https://github.com/LekongKong/ES-Tween",
"author": {
"name": "tuoxiansp",
"url": "github.com"
},
"repository": {
"type": "git",
"url": "https://github.com/LekongKong/ES-Tween"
},
"main": "./dist/anim-it.js",
"engines": {
"node": ">= 5.3"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.0",
"gulp-install": "^0.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"lodash": "^4.11.1",
"raf": "^3.2.0",
"webpack": "^1.12.1",
"webpack-stream": "^3.2.0",
"xcssmatrix": "^0.2.2"
}
}