-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.05 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
33
34
35
36
37
38
39
40
41
{
"name": "youpin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"i18n": "node --harmony ./scripts/i18n-generator.js",
"eslint": "./node_modules/eslint/bin/eslint.js ."
},
"author": "",
"license": "ISC",
"dependencies": {
"asyncawait": "^1.0.6",
"bluebird": "^3.4.3",
"string-saw": "0.0.25",
"body-parser": "^1.15.2",
"config": "^1.21.0",
"express": "^4.14.0",
"express-x-hub": "^1.0.4",
"feathers": "^2.0.1",
"feathers-authentication": "^0.7.9",
"feathers-hooks": "^1.5.4",
"feathers-rest": "^1.4.3",
"i18n": "^0.8.3",
"lodash": "^4.15.0",
"redis": "^2.6.2",
"request": "^2.72.0",
"superagent": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"bluebird": "^3.4.6",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"lodash": "^4.15.0"
}
}