prep npm publish

This commit is contained in:
Mark Nadal 2015-07-04 00:28:50 -07:00
parent f50ab40bfb
commit 4cb864d627

View File

@ -1,17 +1,17 @@
{
"name": "examples",
"main": "express.js",
"main": "http.js",
"description": "Example gun apps"
, "version": "0.0.1"
, "version": "0.0.2"
, "engines": {
"node": "~>0.10.x"
}
, "dependencies": {
"express": "~>4.9.0",
"gun": "file:../"
"gun": "~>0.2.x"
}
, "scripts": {
"start": "node express.js",
"start": "node http.js",
"test": "mocha"
}
}