diff --git a/package.json b/package.json new file mode 100644 index 0000000..b5faa19 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "agility", + "description": "Javascript MVC for the \"write less, do more\"", + "homepage": "https://github.com/arturadib/agility", + "version": "0.1.3", + "licence": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/arturadib/agility.git" + }, + "filename": "agility.min.js", + "autoupdate": { + "source": "git", + "target": "git://github.com/arturadib/agility.git", + "basePath": "", + "files": [ + "agility*" + ] + } +}