forked from albertosantini/node-rio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 698 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 698 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
27
28
29
30
{
"name": "rio",
"description": "Integration with Rserve, a TCP/IP server for R framework",
"version": "1.4.0",
"main": "index",
"repository": "http://github.com/albertosantini/node-rio",
"keywords": [
"Rserve",
"R framework"
],
"author": "Alberto Santini",
"license": "MIT",
"engines": {
"node": "~0.10.x"
},
"dependencies": {
"binary": "~0.3.0",
"hexy": "~0.2.7"
},
"scripts": {
"test": "grunt"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-eslint": "~2.0.0",
"grunt-vows-runner": "~0.6.0",
"vows": "~0.8.1"
}
}