-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 924 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
{
"name": "fidonet-mailer-binkp-crypt",
"main": "fidonet-mailer-binkp-crypt.js",
"version": "0.0.1",
"description": "Fidonet Binkp crypt module",
"keywords": ["Fidonet", "Fido", "mailer", "binkp", "client", "crypt"],
"author": { "name": "Alexander N. Skovpen" },
"dependencies": {
"nan": "~1.9.0",
"bindings": ">0.0.0"
},
"devDependencies": {
"gulp": ">0.0.0",
"gulp-replace": ">0.0.0",
"gulp-jshint": ">0.0.0",
"gulp-rename": ">0.0.0",
"gulp-mocha": ">0.0.0",
"jshint-stylish": ">0.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/askovpen/node-fidonet-mailer-binkp-crypt.git"
},
"scripts": {
"pretest": "jshint fidonet-mailer-binkp-crypt.js test/test.js",
"test": "mocha --reporter spec --timeout 60s",
"install": "node-gyp configure build"
}
}