diff options
| author | XhmikosR <[email protected]> | 2013-12-17 14:39:36 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2013-12-22 08:59:36 +0200 |
| commit | 29aaf66a8ac3744a62b05dd7534aa6fabed98136 (patch) | |
| tree | 4f2f32bb0ddaad22c9aea3a6b5063cd499c09a9d | |
| parent | 6e3ac8f2a466e27939710a8390b6f00e91538197 (diff) | |
| download | bootstrap-29aaf66a8ac3744a62b05dd7534aa6fabed98136.tar.xz bootstrap-29aaf66a8ac3744a62b05dd7534aa6fabed98136.zip | |
Normalize package.json.
| -rw-r--r-- | package.json | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/package.json b/package.json index 882025622..c12e035f5 100644 --- a/package.json +++ b/package.json @@ -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" @@ -43,13 +48,18 @@ }, "jspm": { "main": "js/bootstrap", - "directories": { "lib": "dist" }, + "directories": { + "example": "examples", + "lib": "dist" + }, "shim": { "js/bootstrap": { "imports": "jquery", "exports": "$" } }, - "buildConfig": { "uglify": true } + "buildConfig": { + "uglify": true + } } } |
