-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marcos Vinícius Rubido
authored and
Marcos Vinícius Rubido Sauda
committed
Jan 12, 2019
1 parent
cf222be
commit 2d571b7
Showing
5 changed files
with
109 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,53 @@ | ||
{ | ||
"name": "tplant", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Typescript to PlantUML", | ||
"keywords": [ | ||
"Class Diagram", | ||
"plantuml", | ||
"typescript", | ||
"uml" | ||
], | ||
"homepage": "https://github.com/bafolts/tplant#readme", | ||
"bugs": { | ||
"url": "https://github.com/bafolts/tplant/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bafolts/tplant.git" | ||
}, | ||
"license": "ISC", | ||
"author": "Brian Folts", | ||
"contributors": [ | ||
"Marcos V. Rubido <[email protected]> (https://marcosvrs.com/)" | ||
], | ||
"files": [ | ||
"dist/*.js" | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"bin": { | ||
"tplant": "dist/index.js" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"build:dev": "tsc --sourceMap -w", | ||
"lint": "tslint -p .", | ||
"lint:fix": "tslint -p . --fix", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"test": "npm run build && mocha" | ||
}, | ||
"dependencies": { | ||
"commander": "^2.19.0", | ||
"glob": "^7.1.3", | ||
"typescript": "^3.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/glob": "^7.1.1", | ||
"@types/node": "^10.12.15", | ||
"@types/node": "^10.12.18", | ||
"mocha": "^5.2.0", | ||
"tslint": "^5.11.0", | ||
"tslint": "^5.12.1", | ||
"tslint-microsoft-contrib": "^6.0.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"build:dev": "tsc --sourceMap -w", | ||
"test": "tsc && mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bafolts/tplant.git" | ||
}, | ||
"keywords": [ | ||
"plantuml", | ||
"typescript", | ||
"uml", | ||
"Class Diagram" | ||
], | ||
"author": "Brian Folts", | ||
"contributors": ["Marcos V. Rubido <[email protected]> (https://marcosvrs.com/)"], | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/bafolts/tplant/issues" | ||
}, | ||
"homepage": "https://github.com/bafolts/tplant#readme" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters