aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index 0c74adcd0..c32979e53 100644
--- a/package.json
+++ b/package.json
@@ -1,22 +1,24 @@
{
- "name": "bootstrap"
+ "name": "bootstrap"
, "description": "HTML, CSS, and JS toolkit from Twitter."
, "version": "2.0.3"
, "keywords": ["bootstrap", "css"]
, "homepage": "http://twitter.github.com/bootstrap/"
, "author": "Twitter Inc."
+ , "scripts": { "test": "make test" }
, "repository": {
- "type": "git"
+ "type": "git"
, "url": "https://github.com/twitter/bootstrap.git"
}
, "licenses": [
- { "type": "Apache-2.0"
+ {
+ "type": "Apache-2.0"
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "devDependencies": {
- "uglify-js": "*"
+ "uglify-js": "*"
, "jshint": "*"
, "recess": "*"
}
-}
+} \ No newline at end of file