-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
49 lines (49 loc) · 1.23 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
45
46
47
48
49
{
"name": "animatelo",
"version": "1.0.3",
"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": "./dist/animatelo.min.js",
"src": "./src/animatelo.js",
"keywords": [
"web animations api",
"web animations",
"animation",
"animations",
"animate",
"animatelo",
"animatelo.js",
"animate.css",
"css",
"css3"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gibbok/animatelo.git"
},
"dependencies": {
},
"author": "GibboK",
"license": "MIT",
"bugs": {
"url": "https://github.com/gibbok/animatelo/issues"
},
"homepage": "https://github.com/gibbok/animatelo#readme",
"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"
}
}