UNPKG

angular-mindmap

Version:
51 lines (50 loc) 1.13 kB
{ "name": "angular-mindmap", "version": "0.1.0", "description": "mind-map for typescript", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "lint": "npm run tslint \"src/**/*.ts\"", "tslint": "tslint", "build": "tsc", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "commit": "git-cz", "release": "standard-version" }, "dependencies": { "lodash": "4.17.4", "rxjs": "5.4.2", "tslint": "4.5.1", "typescript": "2.4.2" }, "files": [ "dist", "src" ], "devDependencies": { "commitizen": "2.9.6", "cz-conventional-changelog": "2.1.0", "standard-version": "4.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/wfsovereign/jsmind.git" }, "keywords": [ "mind-map", "jsmind" ], "author": "wfsovereign", "license": "MIT", "bugs": { "url": "https://github.com/wfsovereign/jsmind/issues" }, "homepage": "https://github.com/wfsovereign/jsmind#readme", "config": { "commitizen": { "path": "cz-conventional-changelog" } } }