-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 925 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 925 Bytes
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
{
"name": "digilent-chart-angular2",
"version": "0.2.9",
"description": "Chart module for Angular2",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && ngc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Digilent/digilent-chart-angular2.git"
},
"author": "sudharsan.sukumar5@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Digilent/digilent-chart-angular2/issues"
},
"homepage": "https://github.com/Digilent/digilent-chart-angular2#readme",
"dependencies": {
"@angular/core": "2.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.21"
},
"devDependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/compiler-cli": "0.6.2",
"@angular/core": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-server": "2.0.0",
"typescript": "2.0.10"
}
}