From 1160935446e06339d8c7e09415d57086746fbce5 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 19 Apr 2012 16:38:43 -0700 Subject: make a few changes to package.json (add make test to makefile) --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'package.json') 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 -- cgit v1.2.3