Update package.json

This commit is contained in:
Phil Kunz 2015-11-16 01:26:17 +01:00
parent 57ba53e9d1
commit caad91a03a

View File

@ -1,5 +1,5 @@
{ {
"name": "debugsmart", "name": "smartdebug",
"version": "0.0.2", "version": "0.0.2",
"description": "debug your JavaScript the smart way", "description": "debug your JavaScript the smart way",
"main": "index.js", "main": "index.js",
@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/pushrocks/debugsmart.git" "url": "https://github.com/pushrocks/smartdebug.git"
}, },
"keywords": [ "keywords": [
"json", "json",
@ -21,9 +21,9 @@
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)", "author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/pushrocks/debugsmart/issues" "url": "https://github.com/pushrocks/smartdebug/issues"
}, },
"homepage": "https://github.com/pushrocks/debugsmart", "homepage": "https://github.com/pushrocks/smartdebug",
"dependencies": { "dependencies": {
"beautylog": "^1.0.3", "beautylog": "^1.0.3",
"colors": "^1.1.2" "colors": "^1.1.2"