-
Notifications
You must be signed in to change notification settings - Fork 39
/
bowe.json
42 lines (42 loc) · 1016 Bytes
/
bowe.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
{
"name": "animatelo",
"description": "Animatelo is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.",
"main": "index.js",
"moduleType": [
"globals"
],
"keywords": [
"web animations api",
"web animations",
"animation",
"animations",
"animate",
"animatelo",
"animatelo.js",
"animate.css",
"css",
"css3"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gibbok/animatelo.git"
},
"dependencies": {},
"author": "GibboK",
"license": "MIT",
"devDependencies": {
"connect": "^3.5.0",
"open": "^0.0.5",
"jshint":"^2.9.4",
"jshint-stylish": "^2.2.1",
"jscs": "^3.0.7",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-jscs-stylish": "^1.4.0",
"gulp-uglify": "^2.0.0",
"pump": "^1.0.2",
"gulp-concat": "^2.6.1"
}
}