UNPKG

3.48 kBJSONView Raw
1{
2 "name": "ng2-tree",
3 "version": "2.0.0-rc.10",
4 "description": "angular2 component for visualizing data that can be naturally represented as a tree",
5 "main": "index.js",
6 "license": "MIT",
7 "author": {
8 "name": "Georgii Rychko",
9 "email": "rychko.georgiy@gmail.com"
10 },
11 "homepage": "https://github.com/valor-software/ng2-tree",
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:valor-software/ng2-tree.git"
15 },
16 "bugs": {
17 "url": "https://github.com/valor-software/ng2-tree/issues"
18 },
19 "keywords": [
20 "tree",
21 "ng2",
22 "angular2",
23 "ng2-tree",
24 "branch",
25 "tree-view",
26 "branchy",
27 "angular2-tree-view",
28 "expand",
29 "collapse",
30 "recursive"
31 ],
32 "scripts": {
33 "compile": "ngc -p tsconfig-aot.json && node umd-bundler.js",
34 "clean": "rimraf coverage build dist dist-demo bundles factories .publish",
35 "pre:publish": "npm run clean && npm run test && npm run lint && npm run compile && mkdir -p dist && cp -R src/styles.css README.md media dist",
36 "post:publish": "npm run build:demo && gh-pages -d dist-demo",
37 "start": "ng serve",
38 "build:demo": "ng build",
39 "test": "ng test -sr",
40 "test:w": "ng test -w",
41 "test:cov": "ng test -sr -cc",
42 "lint": "ng lint --type-check",
43 "e2e": "ng e2e",
44 "changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
45 "github-release": "conventional-github-releaser -p angular",
46 "version": "npm run changelog && git add CHANGELOG.md",
47 "postversion": "git push origin master && git push --tags && npm run github-release && node publish.js",
48 "webdriver-update": "node ./node_modules/protractor/bin/webdriver-manager update",
49 "precommit": "pretty-quick --staged",
50 "prettier": "prettier --write '{.,src,test}/**/*.ts'"
51 },
52 "husky": {
53 "hooks": {
54 "pre-commit": "npm run lint && pretty-quick --staged"
55 }
56 },
57 "devDependencies": {
58 "@angular/cli": "1.6.8",
59 "@angular/common": "5.0.2",
60 "@angular/compiler": "5.0.2",
61 "@angular/compiler-cli": "5.0.2",
62 "@angular/core": "5.0.2",
63 "@angular/forms": "5.0.2",
64 "@angular/http": "5.0.2",
65 "@angular/language-service": "5.0.2",
66 "@angular/platform-browser": "5.0.2",
67 "@angular/platform-browser-dynamic": "5.0.2",
68 "@angular/router": "5.0.2",
69 "@types/jasmine": "2.8.2",
70 "@types/node": "8.0.53",
71 "alertifyjs": "1.10.0",
72 "codelyzer": "4.0.1",
73 "conventional-changelog": "1.1.7",
74 "conventional-changelog-cli": "1.3.5",
75 "conventional-github-releaser": "2.0.0",
76 "core-js": "2.5.1",
77 "font-awesome": "4.7.0",
78 "gh-pages": "1.1.0",
79 "husky": "0.14.3",
80 "jasmine-core": "2.8.0",
81 "jasmine-data-provider": "2.2.0",
82 "jasmine-spec-reporter": "4.2.1",
83 "karma": "1.7.1",
84 "karma-chrome-launcher": "2.2.0",
85 "karma-cli": "1.0.1",
86 "karma-coverage-istanbul-reporter": "1.3.0",
87 "karma-jasmine": "1.1.0",
88 "karma-jasmine-html-reporter": "0.2.2",
89 "karma-phantomjs-launcher": "1.0.4",
90 "phantomjs-polyfill": "0.0.2",
91 "phantomjs-prebuilt": "2.1.16",
92 "prettier": "1.10.2",
93 "pretty-quick": "1.4.1",
94 "protractor": "5.2.0",
95 "rimraf": "2.6.2",
96 "rxjs": "5.5.2",
97 "rxjs-tslint-rules": "3.1.2",
98 "shelljs": "0.7.8",
99 "systemjs-builder": "0.16.12",
100 "ts-node": "3.3.0",
101 "tslint": "5.8.0",
102 "tslint-config-valorsoft": "2.1.1",
103 "typescript": "2.4.2",
104 "uuid": "3.1.0",
105 "webpack": "3.8.1",
106 "zone.js": "0.8.18"
107 }
108}
\No newline at end of file