Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thepieterdc committed Nov 25, 2015
1 parent 25c2097 commit bce8f73
Showing 1 changed file with 16 additions and 71 deletions.
87 changes: 16 additions & 71 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,28 @@
{
"_args": [
[
"node-screenshot",
"/home/pieter/NpmProjects"
]
],
"_from": "node-screenshot@*",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/node-screenshot",
"_nodeVersion": "0.10.40",
"_npmUser": {
"email": "[email protected]",
"name": "thepieterdc"
},
"_npmVersion": "3.3.10",
"_phantomChildren": {},
"_requested": {
"name": "node-screenshot",
"raw": "node-screenshot",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_shasum": "b58388a2d6db8eb2f6e678908b46e4359864defe",
"_shrinkwrap": null,
"_spec": "node-screenshot",
"_where": "/home/pieter/NpmProjects",
"author": {
"email": "[email protected]",
"name": "Pieter De Clercq",
"url": "https://github.com/thepieterdc"
},
"bugs": {
"url": "https://github.com/thepieterdc/node-screenshot/issues"
},
"dependencies": {},
"name": "node-screenshot",
"version": "0.1.0",
"description": "A screenshot library for node.js",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "b58388a2d6db8eb2f6e678908b46e4359864defe",
"tarball": "http://registry.npmjs.org/node-screenshot/-/node-screenshot-0.1.0.tgz"
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thepieterdc/node-screenshot.git"
},
"gitHead": "1c02aa8ebc406f4183138052eaf2ea4df2a5ee49",
"homepage": "https://github.com/thepieterdc/node-screenshot#readme",
"keywords": [
"capture",
"desktop",
"image",
"node",
"screen",
"screenshot",
"shot"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/thepieterdc/node-screenshot/blob/master/LICENSE"
}
"shot",
"screenshot"
],
"main": "index.js",
"maintainers": [
{
"name": "thepieterdc",
"email": "[email protected]"
}
],
"name": "node-screenshot",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/thepieterdc/node-screenshot.git"
"author": "Pieter De Clercq <[email protected]> (https://github.com/thepieterdc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thepieterdc/node-screenshot/issues"
},
"scripts": {},
"version": "0.1.0"
"homepage": "https://github.com/thepieterdc/node-screenshot#readme"
}

0 comments on commit bce8f73

Please sign in to comment.