-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#Please enter the commit message for your changes. Lines starting
- Loading branch information
1 parent
fff8bd0
commit a11b87f
Showing
3 changed files
with
6 additions
and
98 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
{ | ||
"name": "printer", | ||
"description": "Node.js printer bindings", | ||
"name": "electron-printer", | ||
"description": "Node.js printer bindings - electron builds", | ||
"version": "0.2.1", | ||
"homepage": "http://github.com/tojocky/node-printer", | ||
"homepage": "https://github.com/marcopiraccini/electron-printer", | ||
"author": { | ||
"name": "Ion Lupascu", | ||
"url": "http://program-support.co.uk/", | ||
"email": "[email protected]" | ||
"name": "Marco Piraccini", | ||
"email": "[email protected]" | ||
}, | ||
"contributors": [ | ||
"Name Lastname <[email protected]>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/tojocky/node-printer.git" | ||
"url": "git://github.com/marcopiraccini/electron-printer.git" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
|