mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Normalize package.json.
This commit is contained in:
parent
6e3ac8f2a4
commit
29aaf66a8a
18
package.json
18
package.json
@ -2,10 +2,15 @@
|
|||||||
"name": "bootstrap",
|
"name": "bootstrap",
|
||||||
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
|
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
"keywords": ["bootstrap", "css"],
|
"keywords": [
|
||||||
|
"bootstrap",
|
||||||
|
"css"
|
||||||
|
],
|
||||||
"homepage": "http://getbootstrap.com",
|
"homepage": "http://getbootstrap.com",
|
||||||
"author": "Twitter, Inc.",
|
"author": "Twitter, Inc.",
|
||||||
"scripts": { "test": "grunt test" },
|
"scripts": {
|
||||||
|
"test": "grunt test"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/twbs/bootstrap.git"
|
"url": "https://github.com/twbs/bootstrap.git"
|
||||||
@ -43,13 +48,18 @@
|
|||||||
},
|
},
|
||||||
"jspm": {
|
"jspm": {
|
||||||
"main": "js/bootstrap",
|
"main": "js/bootstrap",
|
||||||
"directories": { "lib": "dist" },
|
"directories": {
|
||||||
|
"example": "examples",
|
||||||
|
"lib": "dist"
|
||||||
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"js/bootstrap": {
|
"js/bootstrap": {
|
||||||
"imports": "jquery",
|
"imports": "jquery",
|
||||||
"exports": "$"
|
"exports": "$"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buildConfig": { "uglify": true }
|
"buildConfig": {
|
||||||
|
"uglify": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user