forked from control-tower/ct-stadistics-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
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
{
"name": "ct-stadistics-plugin",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"updatedb": "node node_modules/geoip-lite/scripts/updatedb.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"app-module-path": "^2.0.0",
"bluebird": "^3.4.1",
"cron": "^1.1.0",
"debug": "^2.2.0",
"geoip-lite": "^1.1.8",
"koa-router": "^7.0.1",
"mongoose": "^4.5.3"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"eslint": "^2.12.0",
"eslint-config-airbnb": "^9.0.1"
}
}