-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 795 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
{
"name": "snpp",
"version" : "0.1.2",
"description": "An SNPP server library",
"keywords": ["snpp", "server"],
"author": "James Sanders <[email protected]>",
"maintainers": [
{
"name": "James Sanders",
"email": "[email protected]",
"web": "http://github.com/jsanders"
}
],
"bugs": { "mail": "[email protected]", "web": "http://github.com/jsanders/node-snpp/issues" },
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/jsanders/node-snpp.git"
}
],
"engines": [ "v8", "node" ],
"directories": {
"lib": "lib",
"test": "test",
"examples": "examples"
},
"main": "./lib/snpp.js"
}