forked from binary-com/binary-static
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.25 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.25 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "binary-static",
"version": "3.8.0",
"description": "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-static.git"
},
"keywords": [
"binary",
"static"
],
"author": "Binary.com",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/binary-com/binary-static/issues"
},
"homepage": "https://github.com/binary-com/binary-static",
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"binary-live-api": "^28.1.0",
"chai": "^3.5.0",
"circular-dependency-plugin": "^2.0.0",
"connect-livereload": "^0.6.0",
"connect-modrewrite": "^0.9.0",
"deep-diff": "^0.3.4",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-gh-pages": "^2.0.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.6.0",
"grunt-webpack": "^1.0.14",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"postcss-scss": "^0.4.0",
"time-grunt": "^1.0.0",
"unused-files-webpack-plugin": "^3.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"ws": "^1.1.0"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"event-source-polyfill": "0.0.7",
"highcharts": "^5.0.6",
"jquery": "^2.1.1",
"jquery.scrollto": "^2.1.2",
"kinetic": "^5.2.0",
"moment": "^2.17.0",
"promise-polyfill": "^6.0.2",
"select2": "^4.0.3",
"web-push-notifications": "^2.10.1"
}
}