package.json 700 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "bootstrap"
  3. , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
  4. , "version": "2.3.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.3.4"
  21. , "jshint": "0.9.1"
  22. , "recess": "1.1.8"
  23. , "connect": "2.1.3"
  24. , "hogan.js": "2.0.0"
  25. }
  26. }