-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 897 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": "traffic-counter",
"version": "0.4.6",
"description": "Express.js Middleware To Count Requests on Paths",
"keywords": [
"express",
"mongo",
"middleware"
],
"author": "Eric Vallee <eric_vallee2003@yahoo.ca>",
"main": "./lib/TrafficCounter.js",
"repository": {
"type": "git",
"url": "http://github.com/Magnitus-/TrafficCounter"
},
"bugs": {
"url": "http://github.com/Magnitus-/TrafficCounter/issues",
"email": "eric_vallee2003@yahoo.ca"
},
"licenses": [
{
"type": "MIT License",
"url": "http://mit-license.org/"
}
],
"dependencies": {
"mongodb": "~1.4.19"
},
"devDependencies": {
"express": "~4.10.1",
"nimble": "0.0.2",
"nodeunit": "~0.9.0"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "./node_modules/nodeunit/bin/nodeunit test"
},
"license": "MIT"
}