UNPKG

848 BJSONView Raw
1{
2 "name": "share-node",
3 "description": "share-node created by ruanzhijun",
4 "version": "1.0.0",
5 "scripts": {
6 "start": "node www/development.js",
7 "compile": "babel src/ --out-dir app/",
8 "watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
9 "watch": "npm run watch-compile"
10 },
11 "dependencies": {
12 "thinkjs": "2.2.x",
13 "babel-runtime": "6.x.x",
14 "source-map-support": "0.4.7",
15 "request": "^2.79.0",
16 "jsonwebtoken": "^7.1.9",
17 "ioredis": "^2.4.0"
18 },
19 "devDependencies": {
20 "babel-cli": "^6.7.7",
21 "babel-preset-es2015": "^6.6.0",
22 "babel-preset-es2015-loose": "^7.0.0",
23 "babel-preset-stage-1": "^6.5.0",
24 "babel-plugin-transform-runtime": "^6.7.5",
25 "babel-core": "^6.7.7"
26 }
27}
\No newline at end of file