kute.js/package.json

30 lines
651 B
JSON
Raw Normal View History

{
"name": "kute.js",
"version": "1.5.6",
2016-03-24 13:31:50 +01:00
"description": "A minimal Native Javascript animation engine.",
"main": "kute.js",
"scripts": {
2016-09-21 00:34:20 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
"min": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thednp/kute.js.git"
},
"keywords": [
"kute.js",
2015-11-02 00:24:55 +01:00
"animation engine",
"animations",
"native-javascript"
],
"author": "thednp",
"license": "MIT",
"bugs": {
"url": "https://github.com/thednp/kute.js/issues"
},
2016-02-05 23:12:54 +01:00
"homepage": "http://thednp.github.io/kute.js",
2016-09-21 01:42:03 +02:00
"dependencies": {
"uglify-js": "^2.7.3"
}
}