UNPKG

anagram

Version:
37 lines (36 loc) 734 B
{ "name": "anagram", "version": "0.4.0", "author": "Ryan Nauman <ryanjnauman@gmail.com>", "description": "a simple anagram generator", "repository": { "type": "git", "url": "git://github.com/ryan-nauman/anagram.git" }, "keywords": [ "anagram", "scrabble", "nodeagram" ], "dependencies": { "node.extend": "0.0.1", "optimist": "0.3.1" }, "devDependencies": { "vows": "*" }, "license": "MIT", "main": "index", "bin": { "anagram": "./bin/anagram", "anagram-build": "./bin/anagram-build" }, "scripts": { "test": "vows --spec test/*" }, "engines": { "node": "0.6.x" }, "optionalDependencies": {}, "homepage": "https://github.com/ryan-nauman/anagram" }