-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 KB
/
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
42
43
{
"name": "ao-animation-engine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"split-gifs": "gulp split-gifs",
"dev": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aam051102/ao-animation-engine.git"
},
"author": "MadCreativity",
"license": "ISC",
"bugs": {
"url": "https://github.com/aam051102/ao-animation-engine/issues"
},
"homepage": "https://github.com/aam051102/ao-animation-engine#readme",
"dependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"gif-frames": "^1.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-connect": "^5.7.0",
"gulp-ejs": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-util": "^3.0.8",
"node-sass": "^4.13.1"
},
"devDependencies": {
"babel-plugin-minify-mangle-names": "^0.5.0",
"gulp-jsonminify": "^1.1.0",
"gulp-minify": "^3.1.0"
}
}