Add chainpad-server to the npm dependencies

pull/1/head
yflory 2017-03-16 16:24:30 +01:00
parent 646ed8f6b1
commit ecd3f68265
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"express": "~4.10.1",
"ws": "^1.0.1",
"nthen": "~0.1.0",
"tweetnacl": "~0.12.2"
"tweetnacl": "~0.12.2",
"chainpad-server": "^1.0.1"
},
"devDependencies": {
"jshint": "~2.9.1",