mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
prep npm publish
This commit is contained in:
parent
f50ab40bfb
commit
4cb864d627
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user