-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 943 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "kabu",
"description": "kabu.js is a JavaScript library about listed stocks.",
"version": "1.1.5",
"main": "dist/kabu.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7110/kabu.git"
},
"keywords": [
"kabu",
"kabu.js",
"stocks",
"Japan markets"
],
"author": "7110 (https://github.com/7110)",
"license": "MIT",
"bugs": {
"url": "https://github.com/7110/kabu/issues"
},
"homepage": "https://github.com/7110/kabu",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.0.0",
"babel-loader": "^8.0.4",
"jest": "^26.0.0",
"json-loader": "^0.5.7",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}