github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/blockapps-ba-master/package.json (about) 1 { 2 "name": "blockapps-ba", 3 "version": "2.1.1", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "start": "PORT=${PORT:-3031} node server/index.js", 8 "start:back": "PORT=${PORT:-3031} node server/index.js > server/stdout.txt 2> server/stderr.txt &", 9 "deploy": "mocha server/dapp/dapp.deploy.js $NODE_DEBUG_OPTION --config server/config/${SERVER:-localhost}.config.yaml -b && cp server/config/${SERVER:-localhost}.config.yaml ./config.yaml", 10 "deploy-windows": "mocha server/dapp/dapp.deploy.js --config server/config/%SERVER%.config.yaml -b", 11 "test": "npm run test:user && npm run test:project && npm run test:routes", 12 "test:project": "mocha server/lib/project/test/ --config server/config/${SERVER:-localhost}.config.yaml -b", 13 "test:user": "mocha server/lib/user/test/ --config server/config/${SERVER:-localhost}.config.yaml -b", 14 "test:routes": "mocha tests/v1/ -b", 15 "test-windows": "npm run test-windows:user && npm run test-windows:project && npm run test:routes", 16 "test-windows:project": "mocha server/lib/project/test/ --config server/config/%SERVER%.config.yaml -b", 17 "test-windows:user": "mocha server/lib/user/test/ --config server/config/%SERVER%.config.yaml -b" 18 }, 19 "dependencies": { 20 "blockapps-rest": "git://github.com/blockapps/blockapps-rest.git", 21 "body-parser": "^1.15.2", 22 "chai": "^4.0.2", 23 "co": "^4.6.0", 24 "co-mocha": "^1.2.0", 25 "cors": "^2.8.1", 26 "expect": "latest", 27 "express": "^4.14.0", 28 "mocha": "^3.4.2" 29 }, 30 "repository": { 31 "type": "git", 32 "url": "git+https://github.com/blockapps/blockapps-ba.git" 33 }, 34 "author": "", 35 "license": "ISC", 36 "bugs": { 37 "url": "https://github.com/blockapps/blockapps-ba/issues" 38 }, 39 "homepage": "https://github.com/blockapps/blockapps-ba#readme", 40 "devDependencies": { 41 "chai-http": "^3.0.0", 42 "mocha": "^3.3.0" 43 } 44 }