-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.59 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
{
"name": "basement",
"version": "1.0.2",
"description": "Super simple web-scaffold with gulp, sass, webpack and other fine stuff..",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthurschiller/basement.git"
},
"keywords": [
"html5",
"sass",
"gulp",
"webpack",
"bourbon"
],
"author": "Arthur Schiller",
"license": "MIT",
"bugs": {
"url": "https://github.com/arthurschiller/basement/issues"
},
"homepage": "https://github.com/arthurschiller/basement#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.17.0",
"del": "^3.0.0",
"eslint": "^4.11.0",
"eslint-loader": "^1.7.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-cache": "^1.0.1",
"gulp-clean-css": "^3.0.3",
"gulp-flatten": "^0.3.1",
"gulp-if": "^2.0.0",
"gulp-minify": "^2.1.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.0.3",
"gulp-util": "^3.0.7",
"node-bourbon": "^4.2.8",
"path": "^0.12.7",
"pump": "^1.0.3",
"require-dir": "^0.3.0",
"run-sequence": "^2.2.0",
"sass-module-importer": "^1.4.0",
"scss-flex-grid": "^0.3.5",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0"
}
}