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