corrade-http-templates – Blame information for rev 38

Subversion Repositories:
Rev:
Rev Author Line No. Line
38 office 1 {
2 "name": "bootstrap",
3 "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4 "version": "3.3.7",
5 "keywords": [
6 "css",
7 "less",
8 "mobile-first",
9 "responsive",
10 "front-end",
11 "framework",
12 "web"
13 ],
14 "homepage": "http://getbootstrap.com",
15 "author": "Twitter, Inc.",
16 "scripts": {
17 "change-version": "node grunt/change-version.js",
18 "update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
19 "test": "grunt test"
20 },
21 "style": "dist/css/bootstrap.css",
22 "less": "less/bootstrap.less",
23 "main": "./dist/js/npm",
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/twbs/bootstrap.git"
27 },
28 "bugs": {
29 "url": "https://github.com/twbs/bootstrap/issues"
30 },
31 "license": "MIT",
32 "devDependencies": {
33 "btoa": "~1.1.2",
34 "glob": "~7.0.3",
35 "grunt": "~1.0.1",
36 "grunt-autoprefixer": "~3.0.4",
37 "grunt-contrib-clean": "~1.0.0",
38 "grunt-contrib-compress": "~1.3.0",
39 "grunt-contrib-concat": "~1.0.0",
40 "grunt-contrib-connect": "~1.0.0",
41 "grunt-contrib-copy": "~1.0.0",
42 "grunt-contrib-csslint": "~1.0.0",
43 "grunt-contrib-cssmin": "~1.0.0",
44 "grunt-contrib-htmlmin": "~1.5.0",
45 "grunt-contrib-jshint": "~1.0.0",
46 "grunt-contrib-less": "~1.3.0",
47 "grunt-contrib-pug": "~1.0.0",
48 "grunt-contrib-qunit": "~0.7.0",
49 "grunt-contrib-uglify": "~1.0.0",
50 "grunt-contrib-watch": "~1.0.0",
51 "grunt-csscomb": "~3.1.0",
52 "grunt-exec": "~1.0.0",
53 "grunt-html": "~8.0.1",
54 "grunt-jekyll": "~0.4.4",
55 "grunt-jscs": "~3.0.1",
56 "grunt-saucelabs": "~9.0.0",
57 "load-grunt-tasks": "~3.5.0",
58 "markdown-it": "^7.0.0",
59 "shelljs": "^0.7.0",
60 "shx": "^0.1.2",
61 "time-grunt": "^1.3.0"
62 },
63 "engines": {
64 "node": ">=0.10.1"
65 },
66 "files": [
67 "dist",
68 "fonts",
69 "grunt",
70 "js/*.js",
71 "less/**/*.less",
72 "Gruntfile.js",
73 "LICENSE"
74 ],
75 "jspm": {
76 "main": "js/bootstrap",
77 "shim": {
78 "js/bootstrap": {
79 "deps": "jquery",
80 "exports": "$"
81 }
82 },
83 "files": [
84 "css",
85 "fonts",
86 "js"
87 ]
88 }
89 }