thinkjs/template/package_test.json
2017-09-12 18:38:01 +08:00

16 lines
401 B
JSON

{
"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": "v2",
"mocha": "1.20.1",
"istanbul": "0.4.0"
},
"repository": "",
"license": "MIT"
}