{ "name": "thinkjs-application", "description": "application created by thinkjs", "version": "1.0.0", "scripts": { "start": "node www/development.js", "test": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 10000 --recursive -R spec test/" }, "dependencies": { "thinkjs": "2.2.x", "mocha": "1.20.1", "istanbul": "0.4.0" }, "repository": "", "license": "MIT" }