-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 907 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
{
"name": "libmill",
"version": "0.2.2",
"description": "bindings to libmill",
"dependencies": {
"nan": "2.2.0"
},
"devDependencies": {
"datey": "1.0.1",
"tape": "3.5",
"tap-spec": "2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/reqshark/mill"
},
"scripts": {
"test": "node test | tap-spec"
},
"homepage": "http://req.link",
"keywords": [
"native",
"binding",
"addon",
"concurrency"
],
"author": {
"name": "Bent Cardan",
"email": "bent@nothingsatisfies.com",
"url": "http://req.link"
},
"contributors": [
"Bent Cardan <bent@nothingsatisfies.com> (https://github.com/reqshark)"
],
"license": "MIT"
}