forked from yutiansut/QUANTAXIS_Webkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (32 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "quantaxis",
"version": "0.3.9-gamma",
"description": " Integrated Quantitative Framework",
"website":"http://www.yutiansut.com",
"repository": {
"type": "git",
"url": "git+https://github.com/yutiansut/QUANTAXIS.git"
},
"scripts": {
"quantaxis":"npm run install & npm run all",
"install-backend":"cd ./backend && npm install",
"install-web":"cd ./web && npm install",
"install-client":"cd ./client && npm install | cd ./app && npm install ",
"install": "npm run install-backend | npm run install-web | npm run install-client",
"backend": "node ./backend/bin/www",
"website":" cd ./web && npm run dev",
"client": "cd ./client && npm run dev",
"Xweb":" npm run website|npm run backend ",
"Xclient":"npm run backend | npm run client",
"all":" npm run Xweb | npm run client"
},
"keywords": [
"quant;matlab;wind;mysql"
],
"author": "yutiansut",
"license": "MIT",
"bugs": {
"url": "https://github.com/yutiansut/QUANTAXIS/issues"
},
"homepage": "https://github.com/yutiansut/QUANTAXIS#readme"
}