forked from FrontendMatter/bootstrap-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.73 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
{
"name": "bootstrap-layout-docs",
"version": "1.0.0-alpha.8",
"description": "bootstrap-layout documentation",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "surge --project ./dist",
"serve": "lite-server"
},
"author": "Laza Bogdan <laza.bogdan@macro-net.ro>",
"license": "ISC",
"dependencies": {
"anchor-js": "^3.1.1",
"bootstrap": "4.0.0-alpha.2",
"bootstrap-layout": "1.0.0-alpha.8",
"bootstrap-layout-scrollable": "^1.0.0",
"highlight.js": "^9.3.0",
"jquery": "^2.2.0",
"sass-md-colors": "^1.0.0",
"simplebar": "github:grsmto/simplebar",
"tether": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"del": "^2.2.0",
"fs-resolver": "^1.0.0",
"globby": "^4.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.2",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-postcss": "^6.1.0",
"gulp-prettify": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-swig": "^0.8.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"lite-server": "^2.2.0",
"lodash.assign": "^4.0.4",
"pretty-hrtime": "^1.0.2",
"run-sequence": "^1.2.0",
"sass-importer-npm": "^1.0.2",
"surge": "^0.17.7",
"swig-marked": "0.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"browser": {
"anchor-js": "./node_modules/anchor-js/anchor.js"
},
"browserify-shim": {
"anchor-js": "AnchorJS"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}