Dockerize everything! ^_^

This commit is contained in:
2016-06-21 21:42:46 +01:00
parent e489412585
commit b0436f443c
3 changed files with 24 additions and 2 deletions

View File

@@ -12,8 +12,11 @@
"mocha": ">= 0.0.0",
"should": ">= 0.0.0"
},
"scripts": {
"start": "coffee server.coffee"
},
"engines": {
"node": "0.8.x",
"npm": "1.x.x"
"node": "5.x.x",
"npm": "3.x.x"
}
}