-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·78 lines (78 loc) · 1.94 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "anychart-angular2",
"version": "1.0.7",
"description": "Angular2 directives for AnyChart",
"scripts": {
"watch": "tsc -p src -w",
"build": "rm -rf dist && tsc -p src",
"install-demos": "node install-demos.js"
},
"repository": {
"type": "git",
"url": "[email protected]:AnyChart/AnyChart-AngularJS-2.x.git"
},
"bugs": {
"url": "https://github.com/AnyChart/AnyChart-AngularJS-2.x/issues"
},
"keywords": [
"anychart",
"anystock",
"anygantt",
"anymap",
"charts",
"javascript charts",
"ajax charts",
"plots",
"line charts",
"bar charts",
"pie charts",
"javascript plots",
"ajax plots",
"javascript",
"SVG",
"HTML5",
"framework",
"VML",
"angular",
"angularjs",
"angular2"
],
"author": "AnyChart <[email protected]> (http://anychart.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/AnyChart/AnyChart-AngularJS-2.x",
"dependencies": {
"@angular/common": "~2.4.0",
"@angular/compiler": "~2.4.0",
"@angular/core": "~2.4.0",
"@angular/forms": "~2.4.0",
"@angular/http": "~2.4.0",
"@angular/platform-browser": "~2.4.0",
"@angular/platform-browser-dynamic": "~2.4.0",
"@angular/router": "~3.4.0",
"angular-in-memory-web-api": "~0.2.4",
"anychart": "latest",
"core-js": "^2.4.1",
"rxjs": "5.0.1",
"systemjs": "0.19.40",
"zone.js": "^0.7.4"
},
"devDependencies": {
"concurrently": "^3.1.0",
"lite-server": "^2.2.2",
"typescript": "2.2.1",
"canonical-path": "0.0.2",
"http-server": "^0.9.0",
"tslint": "^3.15.1",
"lodash": "^4.16.4",
"jasmine-core": "~2.4.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~4.0.14",
"rimraf": "^2.5.4",
"@types/node": "^6.0.46",
"@types/jasmine": "^2.5.41"
}
}