-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "butler",
"version": "2.0.0",
"description": "This is a stater-kit for Palantir.net style guide",
"main": "Gulpfile.js",
"scripts": {
"butler": "gulp develop",
"linting": "gulp test",
"deploy": "gulp deploy",
"postinstall": "./config/butler.config.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/palantirnet/butler.git"
},
"author": "Palantir.net",
"license": "MIT",
"bugs": {
"url": "https://github.com/palantirnet/butler/issues"
},
"homepage": "https://github.com/palantirnet/butler#readme",
"dependencies": {
"autoprefixer": "^6.3.3",
"breakpoint-sass": "^2.7.0",
"cssnano": "^3.5.2",
"gulp": "^3.9.1",
"gulp-accessibility": "^2.0.1",
"gulp-exec": "^2.1.2",
"gulp-gh-pages": "^0.5.4",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"install": "^0.5.4",
"npm": "^3.7.5",
"postcss-reporter": "^1.3.3",
"postcss-scss": "^0.1.6",
"singularitygs": "^1.7.0",
"stylelint": "^4.4.0",
"stylelint-selector-bem-pattern": "^0.2.1"
}
}