forked from wal/exceptional-node
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (26 loc) · 817 Bytes
/
package.json
File metadata and controls
27 lines (26 loc) · 817 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
{ "name" : "exceptional-node",
"version" : "0.1.1",
"description" : "node.js module for getexceptional.com",
"homepage" : "http://getexceptional.com",
"author" : "Wal McConnell <support@getexceptional.com>",
"contributors" : [
"Wal McConnell <wal@contrast.ie>"
],
"repository" : {
"type" : "git",
"url" : "http://github.com/contrast/exceptional-node.git"
},
"bugs" : {
"web" : "http://github.com/contrast/exceptional-node/issues",
"mail" : "support@getexceptional.com"
},
"main" : "./lib/exceptional",
"engines" : { "node" : ">=0.2.0" },
"scripts" : { "test" : "test/exceptional-test.js" },
"dependencies" : {},
"licenses" : [
{ "type" : "MIT",
"url" : "http://github.com/contrast/exceptional-node"
}
]
}