[root@localhost chaincode-docker-devmode]# mkdir token
[root@localhost chaincode-docker-devmode]# cd token/
[root@localhost devel]#
[root@localhost token]# cat package.json
{
"name": "token",
"version": "1.0.0",
"description": "Hyperledger Fabric 'token' Sample Application by netkiller<netkiller@msn.com>",
"main": "token.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"fabric-ca-client": "^1.0.2",
"fabric-client": "^1.0.2",
"grpc": "^1.6.0"
},
"author": "netkiller <netkiller@msn.com>",
"license": "Apache-2.0",
"keywords": [
"Hyperledger",
"Fabric",
"token"
]
}
[root@localhost token]# npm install