ng-metadata-baden-fix1
Version:
Angular 2 decorators and utils for Angular 1.x
78 lines (77 loc) • 2.26 kB
JSON
{
"name": "ng-metadata-baden-fix1",
"version": "4.0.1-fix1",
"description": "Angular 2 decorators and utils for Angular 1.x",
"scripts": {
"prepublish": "tsc",
"start": "tsc -w",
"test": "mocha ./test/index.ts --require ts-node/register --colors --watch-extensions ts",
"test:watch": "npm run test -- --watch",
"commit": "git-cz",
"playground": "concurrently --kill-others \"tsc -p playground -w\" \"live-server --no-browser\"",
"uglify": "uglifyjs test/host.spec.js --beautify --mangle --compress --output test/__uglifyTest.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w",
"bump": "conventional-recommended-bump -p angular -v",
"release": "scripts/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baden/ng-metadata.git"
},
"keywords": [
"angularjs",
"typescript",
"decorators"
],
"author": "Martin Hochel <hochelmartin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/baden/ng-metadata/issues"
},
"homepage": "https://github.com/baden/ng-metadata#readme",
"devDependencies": {
"@angular/core": "2.4.1",
"@types/angular": "1.5.19",
"@types/chai": "3.4.34",
"@types/jquery": "2.0.34",
"@types/mocha": "2.2.32",
"@types/node": "6.0.46",
"@types/sinon": "1.16.31",
"angular": "1.4.10",
"chai": "3.5.0",
"commitizen": "2.4.6",
"concurrently": "2.1.0",
"conventional-changelog": "1.1.0",
"conventional-recommended-bump": "0.2.1",
"cz-conventional-changelog": "1.1.4",
"ghooks": "1.0.1",
"live-server": "0.8.2",
"mocha": "3.1.2",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.1",
"sinon": "1.17.6",
"systemjs": "0.19.6",
"ts-node": "1.7.0",
"typescript": "2.1.4",
"validate-commit-msg": "2.0.0",
"zone.js": "^0.7.2"
},
"peerDependencies": {
"rxjs": "^5.0.1",
"angular": ">=1.4.x"
},
"dependencies": {},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"config": {
"ghooks": {
"pre-commit": "tsc && npm test",
"commit-msg": "validate-commit-msg"
},
"validate-commit-msg": {
"warnOnFail": true,
"maxSubjectLength": 120
}
}
}