-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "mql4-to-js",
"version": "0.1.0",
"description": "MQL4 to javascript transpiler and executor",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pocamin/mql4js.git"
},
"keywords": [
"mql4",
"js",
"algo",
"trading",
"forex"
],
"author": "Benjamin LEROUX",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/pocamin/mql4js/issues"
},
"devDependencies": {
"babel-preset-es2015": "~6.3.13",
"browser-sync": "~2.10.0",
"del": "~2.2.0",
"fs": "0.0.2",
"gulp": "~3.9.0",
"gulp-bower": "0.0.11",
"gulp-if": "~2.0.0",
"gulp-minify-css": "~1.2.1",
"gulp-replace": "~0.5.4",
"gulp-sequence": "~0.4.1",
"gulp-shell": "~0.5.1",
"gulp-template": "~3.1.0",
"gulp-uglify": "~1.5.1",
"gulp-useref": "~3.0.0",
"gulp-util": "^3.0.7",
"jasmine-core": "~2.4.1",
"karma": "~0.13.15",
"karma-babel-preprocessor": "~6.0.1",
"karma-chrome-launcher": "~0.2.1",
"karma-coverage": "~0.5.3",
"karma-jasmine": "~0.3.6"
}
}