mirror of
https://github.com/amark/gun.git
synced 2026-02-17 00:54:02 +00:00
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"name": "admin",
|
|
"main": "app.js",
|
|
"description": "Example gun app, using Express & Angular."
|
|
, "version": "0.0.1"
|
|
, "engines": {
|
|
"node": "~>0.6.6"
|
|
}
|
|
, "dependencies": {
|
|
"express": "~>4.9.0",
|
|
"body-parser": "~>1.8.1",
|
|
"gun": "0.0.7"
|
|
}
|
|
, "scripts": {
|
|
"start": "node app.js",
|
|
"test": "mocha"
|
|
}
|
|
} |