Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
Add package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Oct 23, 2013
1 parent 7690599 commit 7bad57d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "exoskeleton",
"version": "0.3.0",
"description": "Faster and leaner Backbone for your HTML5 apps.",
"main": "exoskeleton.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/paulmillr/exoskeleton.git"
},
"keywords": [
"Backbone",
"Exoskeleton",
"MVC",
"client",
"browser",
"model",
"view",
"controller"
],
"author": "Paul Miller (http://paulmillr.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulmillr/exoskeleton/issues"
}
}

0 comments on commit 7bad57d

Please sign in to comment.