-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.24 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
{
"name": "bootstrap-flexbox-static",
"version": "4.0.0-alpha.4",
"description": "Bootstrap 4 static files with flexbox mode enabled",
"main": "index.js",
"scripts": {
"build": "npm run build-sass && npm run postcss && npm run build-min-sass && npm run copy-js",
"build-sass": "node-sass src/main.scss dist/css/bootstrap.css --importer node_modules/node-sass-import",
"build-min-sass": "cleancss --source-map --skip-advanced -c ie9 -o dist/css/bootstrap.min.css dist/css/bootstrap.css",
"copy-js": "copyfiles -f src/../node_modules/bootstrap/dist/js/* dist/js",
"postcss": "postcss --config node_modules/bootstrap/grunt/postcss.js --replace dist/css/bootstrap.css"
},
"keywords": [
"bootstrap"
],
"author": {
"name": "Johnathon Sanders",
"email": "[email protected]"
},
"license": "MIT",
"main": "dist/js/bootstrap",
"dependencies": {
"bootstrap": "4.0.0-alpha.4"
},
"devDependencies": {
"clean-css": "^3.4.19",
"copyfiles": "^1.0.0",
"node-sass": "^3.10.0",
"node-sass-import": "^1.0.5"
},
"repository" : {
"type" : "git",
"url" : "git+ssh://[email protected]/outdooricon/bootstrap-flexbox-static.git"
},
"sass": "src/main.scss",
"style": "dist/css/bootstrap.css"
}