forked from HDF-NI/hdf5.node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 862 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
{
"name" : "hdf5",
"version" : "0.0.18",
"description" : "Native Abstractions for hdf5 file io",
"main" : "./index.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/ryancole/hdf5.node.git"
},
"dependencies" : {
"co" : "4.5.2",
"ws" : "0.7.1",
"binaryjs" : "0.2.1",
"koa" : "0.19.1",
"koa-route" : "2.4.1",
"koa-static" : "1.4.9",
"unirest" : "0.4.0",
"xml2js" : "0.4.8",
"require-dir" : "0.3.0"
},
"devDependencies" : {
"mathjs" : "1.6.0",
"ethercalc" : "0.20150421.1",
"co-mocha" : "1.1.0",
"should" : ""
},
"contributors" : [ "Ryan Cole <[email protected]> (https://github.com/ryancole/)", "Roger I Martin <[email protected]> (https://github.com/rimmartin/)" ],
"license" : {
"type" : "mit"
},
"keywords" : [ ],
"bugs" : {
"url" : "null"
}
}