-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1017 Bytes
/
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
{
"name": "bootnode",
"version": "1.0.0",
"description": "A standard bootstrap 4 theme development workflow: following community suggested best practices using sass, npm, gulp, gulp plugins",
"main": "index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ekram-syed/bootnode.git"
},
"keywords": [
"bootstrap",
"sass",
"gulp",
"browser-sync"
],
"author": "Syed Ekram Uddin Emon",
"license": "MIT",
"bugs": {
"url": "https://github.com/ekram-syed/bootnode/issues"
},
"homepage": "https://github.com/ekram-syed/bootnode#readme",
"devDependencies": {
"autoprefixer": "^7.2.5",
"browser-sync": "^2.23.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"bootstrap": "^4.0.0",
"jquery": "^3.3.1"
}
}