bdo-theme
Version:
bootstrap 4, cosmo theme, flexbox in action
174 lines (173 loc) • 4.88 kB
JSON
{
"_args": [
[
{
"raw": "bootstrap@4.0.0-alpha.4",
"scope": null,
"escapedName": "bootstrap",
"name": "bootstrap",
"rawSpec": "4.0.0-alpha.4",
"spec": "4.0.0-alpha.4",
"type": "version"
},
"D:\\hk\\GITHUB\\ngapp-template"
]
],
"_from": "bootstrap@4.0.0-alpha.4",
"_id": "bootstrap@4.0.0-alpha.4",
"_inCache": true,
"_installable": true,
"_location": "/bootstrap",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/bootstrap-4.0.0-alpha.4.tgz_1473105949096_0.910542887635529"
},
"_npmUser": {
"name": "twbs",
"email": "getbootstrap@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "bootstrap@4.0.0-alpha.4",
"scope": null,
"escapedName": "bootstrap",
"name": "bootstrap",
"rawSpec": "4.0.0-alpha.4",
"spec": "4.0.0-alpha.4",
"type": "version"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0-alpha.4.tgz",
"_shasum": "823cb353d6c50a38df98aa18ec4df56ef0355e7a",
"_shrinkwrap": null,
"_spec": "bootstrap@4.0.0-alpha.4",
"_where": "D:\\hk\\GITHUB\\ngapp-template",
"author": {
"name": "The Bootstrap Authors",
"url": "https://github.com/twbs/bootstrap/graphs/contributors"
},
"bugs": {
"url": "https://github.com/twbs/bootstrap/issues"
},
"contributors": [
{
"name": "Twitter, Inc."
}
],
"dependencies": {
"jquery": "1.9.1 - 3",
"tether": "^1.1.1"
},
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^6.0.4",
"eslint": "^3.0.0",
"grunt": "^1.0.1",
"grunt-babel": "^5.0.3",
"grunt-build-control": "^0.7.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.1.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-qunit": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-html": "^8.0.1",
"grunt-jekyll": "^0.4.2",
"grunt-sass": "^1.0.0",
"grunt-saucelabs": "^9.0.0",
"grunt-scss-lint": "^0.3.8",
"grunt-stamp": "^0.3.0",
"htmlhint": "^0.9.13",
"is-travis": "^1.0.0",
"jscs": "^3.0.4",
"load-grunt-tasks": "^3.4.0",
"postcss-cli": "^2.5.2",
"postcss-flexbugs-fixes": "^2.0.0",
"shelljs": "^0.7.0",
"shx": "^0.1.2",
"time-grunt": "^1.2.1"
},
"directories": {},
"dist": {
"shasum": "823cb353d6c50a38df98aa18ec4df56ef0355e7a",
"tarball": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0-alpha.4.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"dist",
"grunt",
"js/**/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
],
"gitHead": "295c93846c154fb461f85b30e663102f7e171104",
"homepage": "http://getbootstrap.com",
"jspm": {
"main": "js/bootstrap",
"directories": {
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"deps": [
"jquery"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "1.9.1 - 3"
}
},
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"license": "MIT",
"main": "dist/js/bootstrap",
"maintainers": [
{
"name": "twbs",
"email": "bigj95t+bsnpm@gmail.com"
}
],
"name": "bootstrap",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/twbs/bootstrap.git"
},
"sass": "scss/bootstrap.scss",
"scripts": {
"change-version": "node grunt/change-version.js",
"eslint": "eslint --config js/.eslintrc.json js/src",
"htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
"jscs": "jscs --config=js/.jscsrc js/src js/tests/unit docs/assets/js/src grunt Gruntfile.js docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js",
"postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css",
"postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css",
"test": "npm run eslint && npm run jscs && grunt test",
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json"
},
"style": "dist/css/bootstrap.css",
"version": "4.0.0-alpha.4"
}