This repository was archived by the owner on May 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.57 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.57 KB
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
64
65
66
67
{
"name": "bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.3.7",
"keywords": [
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "https://ku-kom.github.io/bootstrap/",
"author": "University of Copenhagen, based on Twitter Bootstrap, Inc.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"style": "dist/css/bootstrap.css",
"less": "less/bootstrap.less",
"repository": {
"type": "git",
"url": "https://github.com/ku-kom/bootstrap.git"
},
"bugs": {
"url": "https://github.com/ku-kom/bootstrap/issues"
},
"license": "MIT",
"devDependencies": {
"btoa": "~1.2.1",
"glob": "~7.1.4",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-clean-css": "^4.2.0",
"gulp-plumber": "^1.2.1",
"gulp-htmlhint": "^2.2.1",
"gulp-rename": "^1.4.0",
"gulp-less": "^4.0.1",
"gulp-shell": "0.7.1",
"gulp-uglify": "^3.0.1",
"gulp-jshint": "^2.1.0",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"markdown-it": "^8.4.2",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"del": "^4.1.1"
},
"files": [
"dist",
"fonts",
"js/*.js",
"css/**/*.css",
"gulpfile.js"
],
"private": true,
"browserslist": [
"last 3 versions",
"> 1%"
],
"dependencies": {}
}