This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
63 lines (63 loc) · 1.84 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
60
61
62
63
{
"name": "@binary-com/binary-style",
"version": "0.2.26",
"description": "Style system and guide for Binary.com",
"main": "binary.js",
"scripts": {
"build": "grunt default",
"test": "grunt test",
"watch": "sudo -p 'enter password for sudo:' grunt livereload",
"serve": "sudo -p 'enter password for sudo:' grunt serve",
"npm_publish": "grunt npm_publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binary-com/binary-style.git"
},
"author": "Binary.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/binary-com/binary-style/issues"
},
"homepage": "https://style.binary.com",
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"connect-livereload": "^0.6.0",
"connect-modrewrite": "^0.10.2",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-config-binary": "^1.0.2",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.2.0",
"grunt": "^1.1.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-embed-fonts": "^0.5.0",
"grunt-eslint": "^19.0.0",
"grunt-gh-pages": "^4.0.0",
"grunt-postcss": "^0.8.0",
"grunt-shell": "^2.1.0",
"grunt-stylelint": "^0.9.0",
"grunt-webpack": "^3.0.0",
"load-grunt-config": "^2.0.1",
"load-grunt-tasks": "^3.5.2",
"postcss-scss": "^0.4.0",
"stylelint": "^13.3.3",
"time-grunt": "^1.0.0",
"webpack": "^3.12.0"
},
"dependencies": {
"select2": "4.0.5",
"diff": "4.0.1",
"mem": "5.1.1"
}
}