node-query/node_modules/grunt-jsdoc/node_modules/jsdoc/node_modules/catharsis/package.json

64 lines
1.8 KiB
JSON

{
"version": "0.8.3",
"name": "catharsis",
"description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.",
"author": {
"name": "Jeff Williams",
"email": "jeffrey.l.williams@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/hegemonic/catharsis"
},
"bugs": {
"url": "https://github.com/hegemonic/catharsis/issues"
},
"main": "catharsis.js",
"dependencies": {
"underscore-contrib": "~0.3.0"
},
"devDependencies": {
"mocha": "~1.21.3",
"pegjs": "https://github.com/dmajda/pegjs/tarball/76cc5d55b47ff3d5bbe1d435c6f843e2688cb729",
"should": "~4.0.4",
"tv4": "https://github.com/geraintluff/tv4/tarball/eb7561072d44943306e5fd88b55b4a4c98cb6c75",
"uglify-js": "~2.4.15"
},
"engines": {
"node": ">= 0.8"
},
"scripts": {
"build": "pegjs ./lib/parser.pegjs",
"prepublish": "pegjs ./lib/parser.pegjs; ./node_modules/.bin/uglifyjs ./lib/parser.js -o ./lib/parser.js",
"test": "mocha"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/hegemonic/catharsis/raw/master/LICENSE"
}
],
"gitHead": "8795105b00acf02d0af464ad3432f47b53744934",
"homepage": "https://github.com/hegemonic/catharsis",
"_id": "catharsis@0.8.3",
"_shasum": "573ad3d285dcfc373221712bd382edda61b3a5d5",
"_from": "catharsis@>=0.8.2 <0.9.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "hegemonic",
"email": "jeffrey.l.williams@gmail.com"
},
"maintainers": [
{
"name": "hegemonic",
"email": "jeffrey.l.williams@gmail.com"
}
],
"dist": {
"shasum": "573ad3d285dcfc373221712bd382edda61b3a5d5",
"tarball": "http://registry.npmjs.org/catharsis/-/catharsis-0.8.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.8.3.tgz"
}