-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 882 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
37
38
39
40
{
"name": "v8boinc-remote",
"description": "Develop and deploy distributed application on V8-BOINC",
"version": "0.1.4",
"main": "./lib/V8Boinc.js",
"bin": {
"v8boinc": "bin/v8boinc.js"
},
"author": {
"name": "Anton Grbin",
"email": "anton.grbin@gmail.com",
"url": "http://anton-grbin.from.hr"
},
"repository": {
"type": "git",
"url": "http://github.com/agrbin/v8boinc-remote.git"
},
"directories": {
"doc": "./doc",
"man": "./man",
"lib": "./lib",
"bin": "./bin"
},
"dependencies": {
"always-tail": "^0.1.1",
"async": "^0.9.0",
"browserify": "^5.10.0",
"cli": "~0.6.3",
"crypto": "0.0.3",
"glob": "^4.0.5",
"heredoc": "^1.2.0",
"openssl-wrapper": "^0.2.1",
"read": "^1.0.5",
"request": "^2.40.0",
"xml2js": "^0.4.4"
},
"devDependencies": {
"ronn": "~0.3.6"
}
}