-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 886 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 886 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
{
"name": "ichimoku",
"version": "1.0.4",
"description": "Ichimoku Kinko Hyo Technical Indicator",
"main": "lib/index.js",
"module": "lib/index.js",
"repository": "git@github.com:rd13/ichimoku.git",
"homepage": "https://github.com/rd13/ichimoku/blob/master/README.md",
"author": "mailstu@gmail.com",
"license": "MIT",
"keywords": [
"Ichimoku",
"Ichimoku cloud",
"Technical indicators",
"Technical analysis",
"finance",
"forex",
"stocks",
"Bitcoin"
],
"scripts": {
"test": "mocha",
"build": "babel --presets es2015,stage-0 src -d lib"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^4.0.1"
},
"dependencies": {
"babel-runtime": "^6.26.0"
}
}