vt2
Version:
vt2
50 lines • 2.23 kB
JSON
{
"name": "vt2",
"version": "0.1.0",
"description": "vt2",
"main": "src/com/coooders/project/vesh/V/Control/app.js",
"scripts": { "init": "clear;npm i;sudo npm i -g gulp pm2;brew install ngnix;chown root:wheel /usr/local/opt/nginx/bin/nginx;chmod u+s /usr/local/opt/nginx/bin/nginx;mkdir bin log Ni nginx tmp logic", "coding": "clear;gulp", "wcoding": "gulp", "debug": "clear;pm2 start processes.json;sudo nginx -c /Users/baibing/work/cv_zc/vesh_test/nginx.conf;sudo gulp", "debug2": "clear;pm2 start processes.json;sudo gulp", "start": "clear;pm2 start processes.json;sudo nginx -c /Users/baibing/work/cv_zc/vesh_test/nginx.conf;pm2 monit", "restart": "npm run stop;npm run start", "stop": "clear;pm2 kill;sudo nginx -c /Users/baibing/work/cv_zc/vesh_test/nginx.conf -s quit", "winit": "md bin log Ni nginx tmp logic" },
"dependencies": {
"gcl": "latest",
"vesh": "latest",
"http-errors": "latest",
"iconv-lite": "latest",
"crypto-js": "~3.1.7",
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"http2": "^3.3.6",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.0.15",
"babel-runtime": "6.x.x",
"bluebird": "^3.4.6",
"gulp": "^3.9.1",
"del": "^2.2.2",
"vinyl-paths": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-watch": "^4.3.11",
"gulp-babel": "^6.1.2",
"stream-combiner2": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1"
},
"repository": {},
"keywords": [
"gcl",
"vesh",
"vesh-cli"
],
"author": "baibing",
"license": "ISC",
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
}
}