-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "jacket",
"version": "1.1.0",
"description": "Jacket is a Scss starterkit based on Gulp, Libsass and scss-lint with some sane default tasks and based on the Smacss and BEVM structures.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Crosscheck/Jacket.git"
},
"keywords": [
"Gulp",
"Scss",
"Browsersync",
"Scss-lint",
"Sass-doc"
],
"devDependencies": {
"browser-sync": "^2.9.6",
"chalk": "^1.1.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-help": "^1.6.1",
"gulp-jade": "^1.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-real-favicon": "^0.1.0",
"gulp-sass": "^2.0.4",
"gulp-sass-glob": "0.0.2",
"gulp-scss-lint": "^0.3.0",
"gulp-sequence": "^0.4.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.7",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"node-normalize-scss": "^1.0.3",
"node-sass-json-importer": "^1.0.2",
"sassdoc": "^2.1.15",
"terminal-notifier": "^0.1.2"
},
"author": "One Agency",
"license": "MIT",
"bugs": {
"url": "https://github.com/Crosscheck/jacket/issues"
},
"engines": {
"node": ">=5.0.0",
"npm": ">=2.0.0"
},
"homepage": "https://github.com/Crosscheck/jacket#readme"
}