forked from JustinGOSSES/wellioviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.34 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "wellioviz",
"version": "0.0.18",
"description": "Provides functionality to visualize well logs, particularly those already converted to JSON, using d3.js visualization library.",
"main": "dist/index.js",
"unpkg": "dist/index.js",
"scripts": {
"test": "dist/test/test.js"
},
"files": [
"dist/test/test.js",
"dist/test/test.LAS",
"dist/index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JustinGOSSES/wellioviz.git"
},
"keywords": [
"LAS",
"LAS2.0",
"Well",
"Well-log",
"log",
"geology",
"stratigraphy",
"geoscience",
"IO",
"well",
"welllog",
"Log",
"geology",
"welly",
"lasio",
"visualization",
"plotting",
"web",
"d3.js"
],
"author": "Justin Gosses",
"license": "Apache-2.0",
"dependencies": {
"d3": "^5.15.0",
"wellio": "^0.1.6"
},
"devDependencies": {
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"tape": "~4.9.0"
},
"bugs": {
"url": "https://github.com/JustinGOSSES/wellioviz/issues"
},
"homepage": "https://github.com/JustinGOSSES/wellioviz",
"directories": {
"doc": "docs"
}
}