forked from homerquan/node-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1019 Bytes
/
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": "node-analytics",
"description": "NodeJS web analytics",
"version": "1.2.15",
"main": "./node-analytics.js",
"author": {
"name": "Andrew Lake",
"email": "[email protected]"
},
"keywords": [
"analytics",
"traffic",
"logger"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/andrao/node-analytics.git"
},
"bugs": {
"url": "http://github.com/andrao/node-analytics/issues"
},
"dependencies": {
"andrao-logger": "^0.0.24",
"async": "^1.5.2",
"chalk": "^1.1.3",
"cookie": "^0.3.1",
"crypto-js": "^3.1.9-1",
"ipware": "0.0.8",
"maxmind": "^2.1.0",
"mongoose": "^4.5.2",
"on-finished": "^2.3.0",
"on-headers": "^1.0.1",
"socket.io": "^1.4.8",
"useragent": "^2.1.9"
},
"scripts": {
"patch-publish": "npm version patch && npm publish && git push",
"readme-update": "git add README.md && git commit -m 'README update' && npm version patch && npm publish && git push"
}
}