-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1 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
{
"name": "shiterator",
"version": "0.0.12",
"description": "Collect application errors and post to your favorite tracker.",
"keywords" : ["error", "bugtrack", "exceptions", "logging"],
"homepage": "https://github.com/GeometriaLab/Shiterator",
"author": "Geometria Lab",
"contributors": [
{ "name": "Ivan Shumkov", "email": "[email protected]" }
],
"bin" : {
"shiterator" : "./bin/shiterator.js"
},
"main": "./lib/shiterator.js",
"repository": {
"type" : "git",
"url" : "https://github.com/GeometriaLab/Shiterator.git"
},
"dependencies" : {
"express" : "2.5.9",
"express-resource" : "0.2.4",
"json-schema" : "0.2.0",
"mongoose" : "2.7.0",
"xmlbuilder" : "0.3.1",
"commander" : "0.6.1"
},
"engines" : [ "node >=0.6.5" ],
"licenses" : [{
"type" : "New BSD",
"url" : "http://www.opensource.org/licenses/bsd-license.php"
}]
}