Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
add package.json for example
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Dec 5, 2013
1 parent d121670 commit e6589b5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions example/simple/package.json
@@ -0,0 +1,22 @@
{
"name": "simple",
"description": "",
"version": "0.0.0",
"homepage": "https://github.com/dominictarr/simple",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/simple.git"
},
"dependencies": {
"reconnect": "~1.5.2",
"ecstatic": "~0.4.10",
"shoe": "0.0.15"
},
"devDependencies": {},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done",
"build": "browserify client.js > bundle.js"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}

0 comments on commit e6589b5

Please sign in to comment.