corrade-http-templates – Blame information for rev 61

Subversion Repositories:
Rev:
Rev Author Line No. Line
61 office 1 {
2 "name": "bootstrap",
3 "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
4 "version": "3.1.1",
5 "keywords": [
6 "bootstrap",
7 "css"
8 ],
9 "homepage": "http://getbootstrap.com",
10 "author": "Twitter, Inc.",
11 "scripts": {
12 "test": "grunt test"
13 },
14 "style": "./dist/css/bootstrap.css",
15 "less": "./less/bootstrap.less",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/twbs/bootstrap.git"
19 },
20 "bugs": {
21 "url": "https://github.com/twbs/bootstrap/issues"
22 },
23 "license": {
24 "type": "MIT",
25 "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
26 },
27 "devDependencies": {
28 "btoa": "~1.1.1",
29 "canonical-json": "~0.0.3",
30 "grunt": "~0.4.2",
31 "grunt-banner": "~0.2.0",
32 "grunt-contrib-clean": "~0.5.0",
33 "grunt-contrib-concat": "~0.3.0",
34 "grunt-contrib-connect": "~0.6.0",
35 "grunt-contrib-copy": "~0.5.0",
36 "grunt-contrib-csslint": "~0.2.0",
37 "grunt-contrib-cssmin": "~0.7.0",
38 "grunt-contrib-jade": "~0.9.1",
39 "grunt-contrib-jshint": "~0.8.0",
40 "grunt-contrib-less": "~0.9.0",
41 "grunt-contrib-qunit": "~0.4.0",
42 "grunt-contrib-uglify": "~0.3.0",
43 "grunt-contrib-watch": "~0.5.3",
44 "grunt-csscomb": "~2.0.1",
45 "grunt-exec": "0.4.3",
46 "grunt-html-validation": "~0.1.13",
47 "grunt-jekyll": "~0.4.1",
48 "grunt-jscs-checker": "~0.3.0",
49 "grunt-saucelabs": "~5.0.0",
50 "grunt-sed": "~0.1.1",
51 "load-grunt-tasks": "~0.3.0",
52 "markdown": "~0.5.0"
53 },
54 "jspm": {
55 "main": "js/bootstrap",
56 "directories": {
57 "example": "examples",
58 "lib": "dist"
59 },
60 "shim": {
61 "js/bootstrap": {
62 "imports": "jquery",
63 "exports": "$"
64 }
65 },
66 "buildConfig": {
67 "uglify": true
68 }
69 }
70 }