UNPKG

asterisk

Version:
44 lines (43 loc) 971 B
{ "name": "asterisk", "version": "0.5.1", "description": "CSS docuemnt generator.", "bin": { "asterisk": "bin/cli.js" }, "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git://github.com/1000ch/node-asterisk.git" }, "author": { "name": "1000ch", "email": "shogo.sensui@gmail.com", "web": "http://1000ch.net" }, "license": "MIT", "bugs": { "url": "https://github.com/1000ch/node-asterisk/issues" }, "homepage": "https://github.com/1000ch/node-asterisk", "dependencies": { "async": "^0.9.0", "chalk": "^0.5.1", "glob": "^4.0.5", "highlight.js": "^8.1.0", "iconv-lite": "^0.4.4", "jade": "^1.5.0", "markdown.css": "^0.1.0", "marked": "^0.3.2", "minimist": "^1.1.0", "normalize.css": "^3.0.1", "underscore": "^1.6.0" }, "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.10.0" } }