UNPKG

1.45 kBJSONView Raw
1{
2 "name": "share-node",
3 "version": "0.0.60",
4 "author": "ruanzhijun",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/share-group/share-node.git"
9 },
10 "bugs": {
11 "url": "https://github.com/share-group/share-node/issues"
12 },
13 "homepage": "https://github.com/share-group/share-node#readme",
14 "scripts": {
15 "prepush": "eslint lib/ --fix && eslint test/ --ignore-pattern _index.js",
16 "init": "echo 'create a demo project!'",
17 "eslint": "eslint lib/ --fix && eslint test/ --fix --ignore-pattern _index.js",
18 "test": "npm run eslint && nyc --reporter=text --reporter=text-summary ava --no-cache -c 8 -v ./test"
19 },
20 "keywords": [
21 "cc"
22 ],
23 "dependencies": {
24 "ava": "^0.25.0",
25 "babel-eslint": "^8.2.3",
26 "bluebird": "^3.5.1",
27 "cryptos": "^1.2.4",
28 "eslint": "^4.19.1",
29 "eslint-config-airbnb": "^16.1.0",
30 "fs-sync": "^1.0.4",
31 "joi": "^13.4.0",
32 "jsonwebtoken": "^8.3.0",
33 "koa": "^2.5.1",
34 "koa-body": "^4.0.3",
35 "koa-convert": "^1.2.0",
36 "koa-cors": "0.0.16",
37 "koa-helmet": "^4.0.0",
38 "log4js": "^2.9.0",
39 "mime-types": "^2.1.18",
40 "mkdirp": "^0.5.1",
41 "mongoose": "^5.1.5",
42 "mysql": "^2.15.0",
43 "nyc": "^12.0.2",
44 "socket.io": "^2.1.1",
45 "xml2js": "^0.4.19"
46 },
47 "devDependencies": {
48 "eslint-plugin-import": "^2.12.0",
49 "eslint-plugin-jsx-a11y": "^6.0.3",
50 "eslint-plugin-react": "^7.9.1"
51 }
52}