Files
contao-leaflet-libraries/assets/spin-js/package.json
David Molineus 623fc7452b Update spin.js.
2016-10-04 13:55:29 +02:00

35 lines
645 B
JSON

{
"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"
}
}