From 43e917c29ab5c24aa47090819bb77f9c02b0190b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Fri, 17 Oct 2014 08:59:05 +0300 Subject: [PATCH] Regenerated package.json --- package.json | 51 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 38 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 417b187..b72de9f 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,40 @@ { - "name" : "vows", - "description" : "Asynchronous BDD & continuous integration for node.js", - "url" : "http://vowsjs.org", - "keywords" : ["testing", "spec", "test", "BDD"], - "author" : "Alexis Sellier ", - "contributors" : [{ "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" }], - "dependencies" : {"eyes": ">=0.1.6", "diff": "~1.0.3", "glob": "3.1.x"}, - "main" : "./lib/vows", - "repository" : {"type": "git", "url": "https://github.com/cloudhead/vows.git"}, - "bin" : {"vows": "./bin/vows"}, - "directories" : {"test": "./test", "bin": "./bin"}, - "version" : "0.7.0", - "scripts" : {"test": "node ./bin/vows --spec"} + "name": "vows", + "description": "Asynchronous BDD & continuous integration for node.js", + "url": "http://vowsjs.org", + "keywords": [ + "testing", + "spec", + "test", + "BDD" + ], + "author": "Alexis Sellier ", + "contributors": [ + "Charlie Robbins " + ], + "dependencies": { + "eyes": ">=0.1.6", + "diff": "~1.0.3", + "glob": "3.1.x" + }, + "main": "./lib/vows", + "repository": { + "type": "git", + "url": "https://github.com/cloudhead/vows.git" + }, + "bin": { + "vows": "./bin/vows" + }, + "directories": { + "test": "test" + }, + "version": "0.7.0", + "scripts": { + "test": "node ./bin/vows --spec" + }, + "bugs": { + "url": "https://github.com/cloudhead/vows/issues" + }, + "homepage": "https://github.com/cloudhead/vows", + "license": "MIT" }