forked from compodoc/ngd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 835 Bytes
/
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
{
"name": "@compodoc/ngd",
"version": "2.0.0",
"description": "A set of tools to generate a dependencies graph of an Angular application",
"scripts": {
"postinstall": "sh ./tools/install-all.sh",
"test": "sh ./tools/test-all.sh",
"build": "sh ./tools/build-all.sh"
},
"homepage": "https://github.com/compodoc/ngd",
"bugs": "https://github.com/compodoc/ngd/issues",
"author": "Wassim CHEGHAM",
"engines": {
"node": ">= 6.11.2"
},
"contributors": [
"vogloblinsky"
],
"repository": {
"type": "git",
"url": "https://github.com/compodoc/ngd.git"
},
"private": false,
"license": "MIT",
"dependencies": {
"typescript": "^2.0.0",
"@types/typescript": "^0.4.29",
"@types/node": "^6.0.39"
}
}