Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-20 03:38:43 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-20 03:38:43 +0400
commit1160935446e06339d8c7e09415d57086746fbce5 (patch)
tree41d3c10eea67112352f0c5c941912a863620c7f0 /package.json
parentde9271bfd1113c8c6ca6cbcc2d56b77fd2763b77 (diff)
make a few changes to package.json (add make test to makefile)
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 0c74adcd02..c32979e53d 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