2012-04-20 06:32:41 +08:00
|
|
|
{
|
2013-12-16 02:56:51 +08:00
|
|
|
"name": "bootstrap",
|
2014-03-04 06:18:03 +08:00
|
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
2014-11-13 01:03:16 +08:00
|
|
|
"version": "3.3.1",
|
2013-12-17 20:39:36 +08:00
|
|
|
"keywords": [
|
2014-03-04 06:20:37 +08:00
|
|
|
"css",
|
2015-01-16 05:20:40 +08:00
|
|
|
"sass",
|
2014-03-04 06:20:37 +08:00
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2013-12-17 20:39:36 +08:00
|
|
|
],
|
2013-12-16 02:56:51 +08:00
|
|
|
"homepage": "http://getbootstrap.com",
|
|
|
|
"author": "Twitter, Inc.",
|
2013-12-17 20:39:36 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2014-03-08 06:07:38 +08:00
|
|
|
"style": "dist/css/bootstrap.css",
|
2015-01-19 06:29:51 +08:00
|
|
|
"sass": "scss/_bootstrap.scss",
|
2014-08-04 10:07:21 +08:00
|
|
|
"main": "./dist/js/npm",
|
2013-12-16 02:56:51 +08:00
|
|
|
"repository": {
|
2013-12-21 03:09:51 +08:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twbs/bootstrap.git"
|
2013-12-16 02:56:51 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2013-12-21 03:09:51 +08:00
|
|
|
"url": "https://github.com/twbs/bootstrap/issues"
|
2013-12-16 02:56:51 +08:00
|
|
|
},
|
2014-02-06 18:37:39 +08:00
|
|
|
"license": {
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
|
|
|
|
},
|
2013-12-16 02:56:51 +08:00
|
|
|
"devDependencies": {
|
2014-06-11 14:30:30 +08:00
|
|
|
"btoa": "~1.1.2",
|
2014-12-30 06:14:57 +08:00
|
|
|
"glob": "~4.3.1",
|
2014-06-11 14:30:30 +08:00
|
|
|
"grunt": "~0.4.5",
|
2014-11-20 14:04:47 +08:00
|
|
|
"grunt-autoprefixer": "~2.0.0",
|
2014-06-11 14:30:30 +08:00
|
|
|
"grunt-banner": "~0.2.3",
|
2014-08-01 04:15:27 +08:00
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
2014-12-29 10:59:49 +08:00
|
|
|
"grunt-contrib-compress": "~0.13.0",
|
2014-07-22 13:29:39 +08:00
|
|
|
"grunt-contrib-concat": "~0.5.0",
|
2014-11-10 18:35:33 +08:00
|
|
|
"grunt-contrib-connect": "~0.9.0",
|
2014-10-22 18:50:22 +08:00
|
|
|
"grunt-contrib-copy": "~0.7.0",
|
2014-09-08 14:00:53 +08:00
|
|
|
"grunt-contrib-csslint": "~0.3.1",
|
2014-12-29 11:58:29 +08:00
|
|
|
"grunt-contrib-cssmin": "~0.11.0",
|
2014-12-30 06:14:57 +08:00
|
|
|
"grunt-contrib-jade": "~0.14.0",
|
2014-04-02 21:23:20 +08:00
|
|
|
"grunt-contrib-jshint": "~0.10.0",
|
2014-07-10 14:52:11 +08:00
|
|
|
"grunt-contrib-qunit": "~0.5.2",
|
2014-12-16 02:18:27 +08:00
|
|
|
"grunt-contrib-sass": "^0.8.1",
|
2014-12-30 06:14:57 +08:00
|
|
|
"grunt-contrib-uglify": "~0.7.0",
|
2014-03-31 08:26:13 +08:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2014-06-11 14:30:30 +08:00
|
|
|
"grunt-csscomb": "~3.0.0",
|
2014-07-22 13:29:39 +08:00
|
|
|
"grunt-exec": "~0.4.6",
|
2014-06-11 14:30:30 +08:00
|
|
|
"grunt-html-validation": "~0.1.18",
|
|
|
|
"grunt-jekyll": "~0.4.2",
|
2014-12-30 03:57:56 +08:00
|
|
|
"grunt-jscs": "~1.1.0",
|
2014-12-05 18:53:14 +08:00
|
|
|
"grunt-sass": "~0.17.0",
|
2014-12-30 06:14:57 +08:00
|
|
|
"grunt-saucelabs": "~8.4.0",
|
2014-12-09 10:34:15 +08:00
|
|
|
"grunt-scss-lint": "^0.3.4",
|
2013-12-16 02:56:51 +08:00
|
|
|
"grunt-sed": "~0.1.1",
|
2014-12-30 06:14:57 +08:00
|
|
|
"load-grunt-tasks": "~2.0.0",
|
|
|
|
"npm-shrinkwrap": "^200.0.0",
|
|
|
|
"remarkable": "~1.6.0",
|
2014-08-26 18:49:16 +08:00
|
|
|
"time-grunt": "~1.0.0"
|
2013-12-16 02:56:51 +08:00
|
|
|
},
|
2014-03-07 14:42:48 +08:00
|
|
|
"engines": {
|
|
|
|
"node": "~0.10.1"
|
|
|
|
},
|
2013-12-16 02:56:51 +08:00
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
2013-12-17 20:39:36 +08:00
|
|
|
"directories": {
|
|
|
|
"example": "examples",
|
|
|
|
"lib": "dist"
|
|
|
|
},
|
2013-12-16 02:56:51 +08:00
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
|
|
|
"imports": "jquery",
|
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2013-12-17 20:39:36 +08:00
|
|
|
"buildConfig": {
|
|
|
|
"uglify": true
|
|
|
|
}
|
2013-11-26 18:10:06 +08:00
|
|
|
}
|
2012-12-20 15:52:38 +08:00
|
|
|
}
|