forked from andrew-yangy/ng-treetable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ng-treetable",
"version": "1.2.3",
"description": "Tree table component for angular 2+.",
"main": "index.js",
"repository": "[email protected]/ddvkid/ng-treetable.git",
"keywords": [
"angular",
"angular2",
"angular 2",
"angular tree table",
"tree table",
"treetable",
"tree",
"table",
"ng"
],
"author": "Andrew Yang <[email protected]>",
"license": "MIT",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/treetable.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/treetable.umd.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"dependencies": {},
"devDependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/material": "^2.0.0-beta.3",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rollup": "^0.41.6",
"rxjs": "5.0.1",
"typescript": "^2.2.1",
"uglify-js": "^2.8.15",
"zone.js": "^0.7.2"
}
}