UNPKG

gumshoe

Version:

Project type detection library for Node.JS using declarative heuristic predicates

32 lines (31 loc) 646 B
{ "name": "gumshoe", "version": "0.2.1", "description": "Project type detection library for Node.JS using declarative heuristic predicates", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha -R tap" }, "repository": { "type": "git", "url": "git://github.com/niallo/gumshoe.git" }, "keywords": [ "project", "type", "detection", "predicate", "heuristic" ], "author": "Niall O'Higgins", "license": "BSD", "dependencies": { "step": "0.0.5", "async": "~0.1.22", "glob": "~3.1.21" }, "devDependencies": { "mocha": "~1.3.0", "chai": "~1.1.1" } }