]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Normalize package.json.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 17 Dec 2013 12:39:36 +0000 (14:39 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 22 Dec 2013 06:59:36 +0000 (08:59 +0200)
package.json

index 882025622a2c7f8267d4f3deca5e9c527a21dd10..c12e035f5b8b443b40a73d483d318e54809f6849 100644 (file)
@@ -2,10 +2,15 @@
   "name": "bootstrap",
   "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
   "version": "3.1.0",
-  "keywords": ["bootstrap", "css"],
+  "keywords": [
+    "bootstrap",
+    "css"
+  ],
   "homepage": "http://getbootstrap.com",
   "author": "Twitter, Inc.",
-  "scripts": { "test": "grunt test" },
+  "scripts": {
+    "test": "grunt test"
+  },
   "repository": {
     "type": "git",
     "url": "https://github.com/twbs/bootstrap.git"
   },
   "jspm": {
     "main": "js/bootstrap",
-    "directories": { "lib": "dist" },
+    "directories": {
+      "example": "examples",
+      "lib": "dist"
+    },
     "shim": {
       "js/bootstrap": {
         "imports": "jquery",
         "exports": "$"
       }
     },
-    "buildConfig": { "uglify": true }
+    "buildConfig": {
+      "uglify": true
+    }
   }
 }