Update spin.js.

This commit is contained in:
David Molineus
2016-10-04 13:55:29 +02:00
parent 54feda21cd
commit 623fc7452b
10 changed files with 635 additions and 3 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "spin.js",
"version": "2.3.2",
"main": "spin.js",
"author": "Felix Gnass <fgnass@gmail.com>",
"contributors": [
"Timothy Gu <timothygu99@gmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/fgnass/spin.js.git"
},
"keywords": [
"spin",
"spinner",
"component"
],
"component": {
"scripts": {
"spin": "spin.js"
}
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-gh-pages": "~0.9.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-copy": "~0.5.0",
"grunt-bump": "0.0.13"
},
"spm": {
"main": "spin.js"
}
}