node-fusker
Version:
URL fusking utility for node
27 lines (26 loc) • 524 B
JSON
{
"name": "node-fusker",
"version": "0.1.2",
"description": "URL fusking utility for node",
"main": "./lib/fusker",
"keywords": [
"fusker",
"fusk",
"media"
],
"author": {
"name": "John Hutchison",
"email": "clutterskull@gmail.com",
"url": "https://github.com/clutterskull/node-fusker"
},
"scripts": {
"test": "coffee ./tests/index.coffee"
},
"dependencies": {
},
"devDependencies": {
"coffee-script": "~1.6.x",
"coffee-trace": "~1.3.x"
},
"license": "MIT"
}