forked from giniedp/spritespin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 915 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
38
39
40
41
{
"name": "spritespin",
"version": "3.4.3",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-docco": "^0.0.4",
"gulp-jade": "^1.1.0",
"gulp-jsdoc": "^0.1.5",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.4.2",
"gulp-webserver": "^0.9.1",
"gulp-plumber": "^1.1.0",
"gulp-livereload": "^3.8.1",
"merge": "^1.2.0"
},
"description": "jQuery plugin for creating flipbook animations",
"main": "release/spritespin.js",
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/giniedp/spritespin.git"
},
"keywords": [
"spritespin",
"360",
"animation",
"flipbook",
"panorama"
],
"author": "Alexander Graefenstein",
"license": "MIT",
"bugs": {
"url": "https://github.com/giniedp/spritespin/issues"
}
}