mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
is it the package?
This commit is contained in:
parent
30963a994d
commit
027e0dc803
@ -1,9 +1,18 @@
|
||||
{
|
||||
"name": "admin",
|
||||
"main": "app.js",
|
||||
"dependencies": {
|
||||
"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.2b"
|
||||
"gun": "~>0.0.3"
|
||||
}
|
||||
, "scripts": {
|
||||
"start": "node app.js",
|
||||
"test": "mocha"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user