mirror of
https://github.com/amark/gun.git
synced 2025-07-30 15:23:20 +00:00
18 lines
301 B
JSON
18 lines
301 B
JSON
{
|
|
"name": "examples",
|
|
"main": "http.js",
|
|
"description": "Example gun apps"
|
|
, "version": "0.0.2"
|
|
, "engines": {
|
|
"node": "~>0.10.x"
|
|
}
|
|
, "dependencies": {
|
|
"express": "~>4.9.0",
|
|
"gun": "~>0.2.4"
|
|
}
|
|
, "scripts": {
|
|
"start": "node http.js",
|
|
"test": "mocha"
|
|
}
|
|
}
|