UNPKG

t-code-generator

Version:
39 lines (38 loc) 793 B
{ "name": "t-code-generator", "version": "1.0.6", "description": "A Taf protocol proxy/servant generator", "main": "index.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/dafeizizhu/t-code-generator.git" }, "keywords": [ "taf", "code", "generator" ], "author": "maizhiying", "license": "ISC", "dependencies": { "chalk": "^2.3.0", "commander": "^2.12.2", "jison": "^0.4.18", "mustache": "^2.3.0", "prettyjson": "^1.2.1", "standard": "^10.0.3", "strip-json-comments": "^2.0.1" }, "standard": { "ignore": [ "taf.js" ] }, "homepage": "https://github.com/dafeizizhu/t-code-generator#readme", "devDependencies": { "mocha": "^4.1.0" } }