forked from wolthers/SpriteClip.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 791 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 791 Bytes
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
{
"name": "spriteclip",
"description": "SpriteClip jQuery plugin that provides an object with an interface similar to the ActionScript 3.0 MovieClip",
"author": "Michael Wolthers Nielsen @michaelwolthers http://moredots.dk/",
"contributors": [
"Kristoffer Kjelde @stofferk http://munkey.dk/"
],
"version": "1.0.7",
"homepage": "http://moredots.dk/projects/spriteclip/",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wolthers/SpriteClip.js.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wolthers/SpriteClip.js/blob/master/LICENSE.txt"
}
],
"devDependencies": {
"grunt-contrib-concat": "0.2.0",
"grunt-contrib-uglify": "0.2.0",
"grunt": "0.4.1"
}
}