forked from ForEvolve/bootstrap-dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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-dark",
"description": "A Bootstrap 4.1 Dark theme.",
"version": "1.0.0-alpha.5",
"scripts": {
"gulp-watch": "gulp watch",
"browser-sync": "browser-sync start --server --files \"dist/css/*.css\"",
"browser-sync-proxy": "browser-sync start --proxy \"http://localhost:5000/\" --files \"wwwroot/css/*.css\"",
"watch": "npm-run-all --parallel gulp-watch browser-sync-proxy"
},
"repository": {
"type": "git",
"url": "https://github.com/Carl-Hugo/bootstrap-dark.git"
},
"publishConfig": {
"registry": "https://www.myget.org/F/forevolve/npm/"
},
"keywords": [
"bootstrap",
"themes",
"dark-theme"
],
"author": "Carl-Hugo Marcotte",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.1.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.3"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"browser-sync": "^2.23.6",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean-css": "^3.9.3",
"gulp-cli": "^2.0.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "*",
"gulp-sass": "^4.0.1",
"gulp-scss-lint": "^0.6.1",
"gulp-sourcemaps": "^2.6.4",
"npm-run-all": "^4.1.2",
"npm-version": "^1.1.0"
}
}