Mercurial > p > roundup > code
comparison 3rdparty/bootstrap/package.json @ 4854:c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
| author | Pradip Caulagi <caulagi@gmail.com> |
|---|---|
| date | Thu, 30 Jan 2014 14:50:57 +0530 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 4853:f211f5da0d74 | 4854:c109f7c1e477 |
|---|---|
| 1 { | |
| 2 "name": "bootstrap" | |
| 3 , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." | |
| 4 , "version": "2.2.2" | |
| 5 , "keywords": ["bootstrap", "css"] | |
| 6 , "homepage": "http://twitter.github.com/bootstrap/" | |
| 7 , "author": "Twitter Inc." | |
| 8 , "scripts": { "test": "make test" } | |
| 9 , "repository": { | |
| 10 "type": "git" | |
| 11 , "url": "https://github.com/twitter/bootstrap.git" | |
| 12 } | |
| 13 , "licenses": [ | |
| 14 { | |
| 15 "type": "Apache-2.0" | |
| 16 , "url": "http://www.apache.org/licenses/LICENSE-2.0" | |
| 17 } | |
| 18 ] | |
| 19 , "devDependencies": { | |
| 20 "uglify-js": "1.2.6" | |
| 21 , "jshint": "0.6.1" | |
| 22 , "recess": "1.0.3" | |
| 23 , "connect": "2.1.3" | |
| 24 , "hogan.js": "2.0.0" | |
| 25 } | |
| 26 } |
