UNPKG

593 BJSONView Raw
1{
2 "name": "@dms/io",
3 "version": "0.7.0",
4 "description": "io wrapper for ground mining",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha test.js -t 10000"
8 },
9 "repository": "https://github.com/dataminingsupply/dms-io",
10 "author": "Peter Binggeser",
11 "license": "Apache-2.0",
12 "bugs": {
13 "url": "https://github.com/dataminingsupply/io/issues"
14 },
15 "homepage": "https://github.com/dataminingsupply/io#readme",
16 "dependencies": {
17 "@dms/supply": "^0.7.0",
18 "async": "^2.0.1",
19 "compare-versions": "^3.0.0",
20 "jsonfile": "^2.4.0",
21 "mkdirp": "^0.5.1"
22 }
23}