This repository was archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 KB
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
{
"name": "binary-mt",
"version": "3.8.0",
"description": "mt.binary.com static content",
"scripts": {
"test": "grunt test",
"start": "sudo -p 'enter password for sudo:' grunt custom",
"livereload": "sudo -p 'enter password for sudo:' grunt livereload",
"serve": "sudo -p 'enter password for sudo:' grunt serve"
},
"repository": {
"type": "git",
"url": "https://github.com/binary-com/binary-mt.git"
},
"keywords": [
"binary",
"mt5"
],
"author": "mt.binary.com",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/binary-com/binary-mt/issues"
},
"homepage": "https://github.com/binary-com/binary-mt",
"devDependencies": {
"autoprefixer": "^6.5.3",
"binary-live-api": "^28.1.0",
"chai": "^3.5.0",
"connect-livereload": "^0.6.0",
"connect-modrewrite": "^0.9.0",
"deep-diff": "^0.3.4",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^3.1.0",
"grunt-mocha-test": "^0.13.2",
"grunt-notify": "^0.4.5",
"grunt-postcss": "^0.8.0",
"grunt-shell": "^2.1.0",
"grunt-stylelint": "^0.11.0",
"load-grunt-config": "^2.0.1",
"load-grunt-tasks": "^3.5.2",
"mocha": "^6.2.0",
"postcss-scss": "^0.4.0",
"stylelint": "^10.1.0",
"time-grunt": "^1.0.0",
"ws": "^7.1.2"
}
}