-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "bootstrap-styleguide",
"version": "0.0.1",
"description": "Style guide for a new Bootstrap project. Powered by nunjucks and Sass.",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^6.0.3",
"bootstrap": "^4.0.0-beta.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-html": "~5.0.0",
"grunt-line-remover": "0.0.2",
"grunt-nunjucks-2-html": "^1.0.4",
"grunt-postcss": "^0.7.0",
"grunt-sass": "^1.0.0",
"grunt-sass-tilde-importer": "^1.0.2",
"jquery": "~3",
"load-grunt-tasks": "~3.4.0",
"mq4-hover-shim": "^0.3.0",
"popper.js": "^1.12.9",
"time-grunt": "^1.3.0"
},
"engines": {
"node": ">=0.10.1"
},
"scripts": {
"start": "grunt",
"build": "grunt compile-sass"
},
"repository": {
"type": "git",
"url": "https://github.com/bassjobsen/bootstrap-styleguide.git"
},
"bugs": {
"url": "https://github.com/bassjobsen/bootstrap-styleguide/issues",
"email": "[email protected]"
},
"author": "Bass Jobsen <[email protected]> (http://bassjobsen.weblogs.fm)",
"license": "MIT",
"private": true
}