-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.14 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
44
{
"name": "animatecssplugin",
"version": "0.3.0",
"description": "AnimateCSSPlugin is a plugin for GreenSock Animation Platform or GSAP",
"main": "gulpfile.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WarenGonzaga/AnimateCSSPlugin.git"
},
"keywords": [
"animation",
"css",
"javascript",
"gsap"
],
"author": "Waren Gonzaga",
"collaborator": "SakhirAtwi",
"license": "MIT",
"bugs": {
"url": "https://github.com/WarenGonzaga/AnimateCSSPlugin/issues"
},
"demo": "https://warengonzaga.github.io/sites/animatecssplugin.html",
"homepage": "https://github.com/WarenGonzaga/AnimateCSSPlugin#readme",
"devDependencies": {
"browser-sync": "2.24.6",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-header": "^2.0.5",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.1",
"gulp-minifier": "^1.2.2",
"gulp-multi-dest": "1.3.7",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "^1.2.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"sass-lint": "^1.9.1"
}
}