This commit is contained in:
Matt Claypotch 2015-04-08 10:51:13 -07:00
Родитель 0a34e1049a
Коммит 0e6ed95a51
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",