UNPKG

yadop

Version:
53 lines (52 loc) 1.21 kB
{ "name": "yadop", "version": "1.3.1", "description": "Yet another Doc Parser", "main": "built/index.js", "scripts": { "lint": "tslint -p tsconfig.json", "build": "tsc -p tsconfig.json", "test": "jasmine-node built --match ." }, "repository": { "type": "git", "url": "git+https://github.com/devolksbank/yadop.git" }, "keywords": [ "doctrine", "espree", "jsdoc", "ngdoc" ], "author": "", "licenses": [ { "type": "MIT", "url": "https://github.com/devolksbank/yadop/blob/master/LICENSE" } ], "bugs": { "url": "https://github.com/devolksbank/yadop/issues" }, "homepage": "https://github.com/devolksbank/yadop#readme", "devDependencies": { "@types/doctrine": "0.0.3", "@types/fs-extra": "4.0.3", "@types/glob": "5.0.33", "@types/jasmine": "2.6.2", "@types/node": "8.0.47", "@types/sinon": "2.3.7", "jasmine-node": "1.14.5", "tslint": "5.8.0", "tslint-eslint-rules": "4.1.1", "typescript": "2.5.3", "vrsource-tslint-rules": "5.1.1" }, "dependencies": { "doctrine": "2.0.0", "espree": "3.5.1", "fs-extra": "4.0.2", "glob": "7.1.2", "sinon": "4.0.2" } }