Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jed committed Nov 17, 2011
1 parent aa3b866 commit a1d0350
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Jed Schmidt <tr@nslator.jp> (http://jed.is)",
"name": "kibi",
"description": "a single-page javascript app framework in 1,024 bytes",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/jed/kibi.git"
Expand All @@ -11,5 +11,8 @@
"node": "~v0.4.12"
},
"dependencies": {},
"devDependencies": {}
}
"devDependencies": {},
"scripts": {
"start": "node server.js"
}
}

0 comments on commit a1d0350

Please sign in to comment.