forked from travelist/ng2-file-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (51 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (51 loc) · 1.38 KB
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
47
48
49
50
51
52
{
"name": "ng2-file-tree",
"version": "0.4.3",
"description": "Angular2 Directives for rendering Directory Tree",
"main": "ng2-file-tree.js",
"typings": "ng2-file-tree.d.ts",
"keywords": [
"angular2",
"directory",
"tree",
"angularjs"
],
"scripts": {
"watch": "tsc -w",
"compile": "npm run compile.commonjs && npm run compile.systemjs",
"compile.commonjs": "ngc -p tsconfig.publish.json",
"compile.systemjs": "node ./.config/umd-bundler.js",
"test": "tslint ./src/*.ts",
"prepublish": "npm run compile",
"typings": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/travelist/ng2-directory-tree.git"
},
"author": "Komei Shimamura <komei.t.f@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/travelist/ng2-directory-tree/issues"
},
"homepage": "https://github.com/travelist/ng2-directory-tree#readme",
"peerDependencies": {
"@angular/common": "^2.0.0",
"@angular/core": "^2.0.0"
},
"dependencies": {
},
"devDependencies": {
"@angular/common": "2.1.0",
"@angular/compiler": "2.1.0",
"@angular/compiler-cli": "2.1.0",
"@angular/core": "2.1.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.25",
"typescript": "^2.0.3",
"del-cli": "0.2.0",
"systemjs-builder": "0.15.32",
"tslint": "^3.13.0",
"font-awesome": "4.7.0"
}
}