UNPKG

academia

Version:

Tools for analyzing academic text

38 lines (37 loc) 782 B
{ "name": "academia", "description": "Tools for analyzing academic text", "keywords": [ "text", "analytics", "tools", "academic", "literature" ], "version": "0.4.3", "homepage": "https://github.com/chbrown/academia", "repository": { "type": "git", "url": "https://github.com/chbrown/academia.git" }, "author": "Christopher Brown <io@henrian.com> (http://henrian.com)", "license": "MIT", "dependencies": { "chalk": "1.1.1", "lexing": "0.5.3", "optimist": "0.6.1" }, "devDependencies": { "babel-core": "5.8.34", "declarations": "0.1.16", "mocha": "2.3.4", "typescript": "1.8.10" }, "scripts": { "prepublish": "make", "test": "make test" }, "bin": { "academia": "bin/academia" } }