-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
47
48
49
50
{
"name": "ng2-chartjs2",
"version": "1.2.0",
"description": "Chart.js 2.0 definitions for Angular 2",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings",
"build": "node_modules/.bin/ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zyramedia/ng2-chartjs2.git"
},
"keywords": [
"angular2",
"chart.js",
"charts",
"ng2",
"angularjs"
],
"author": "Zyra Media Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/zyramedia/ng2-chartjs2/issues"
},
"homepage": "https://github.com/zyramedia/ng2-chartjs2#readme",
"devDependencies": {
"@angular/common": "~2.0.1",
"@angular/compiler": "^2.0.1",
"@angular/compiler-cli": "^0.6.3",
"@angular/core": "~2.0.1",
"@angular/platform-browser": "~2.0.1",
"@angular/platform-browser-dynamic": "~2.0.1",
"concurrently": "3.0.0",
"core-js": "2.4.1",
"lite-server": "2.2.2",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.39",
"typescript": "2.0.3",
"typings": "1.4.0",
"zone.js": "0.6.25"
}
}