forked from binary-com/binary-mt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "binary-mt5",
"version": "3.8.0",
"description": "mt5.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-mt5.git"
},
"keywords": [
"binary",
"mt5"
],
"author": "mt5.binary.com",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/binary-com/binary-mt5/issues"
},
"homepage": "https://github.com/binary-com/binary-mt5",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"binary-live-api": "^18.9.6",
"chai": "^3.5.0",
"connect-livereload": "^0.5.4",
"connect-modrewrite": "^0.9.0",
"deep-diff": "^0.3.4",
"grunt": "^0.4.5",
"grunt-bump": "^0.0.16",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-fileindex": "^0.1.0",
"grunt-gh-pages": "^0.9.1",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "^0.3.1",
"grunt-postcss": "^0.5.5",
"grunt-shell": "^0.7.0",
"grunt-stylelint": "^0.4.0",
"grunt-uncss": "^0.3.5",
"load-grunt-config": "^0.13.1",
"load-grunt-tasks": "^0.6.0",
"mocha": "^2.5.3",
"nightwatch": "^0.5.11",
"postcss-scss": "^0.1.8",
"time-grunt": "^1.0.0",
"ws": "^1.1.0"
}
}