Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wayspurrchen committed Nov 6, 2014
1 parent c132ec1 commit c8c0ba3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Automata-Canvas",
"version": "0.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"express": "^4.10.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wayspurrchen/Automata.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wayspurrchen/Automata/issues"
},
"homepage": "https://github.com/wayspurrchen/Automata"
}

0 comments on commit c8c0ba3

Please sign in to comment.