mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
16 lines
401 B
JSON
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"
|
|
} |