-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
74 lines (74 loc) · 2.02 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
{
"name": "ng2-highcharts",
"version": "1.1.2",
"scripts": {
"test": "echo No tests available yet...",
"commit": "git-cz",
"prepublish": "ngc && npm run build",
"build": "webpack && cp bundles/ng2-highcharts.umd.js bundles/index.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/Bigous/ng2-highcharts.git"
},
"author": {
"name": "Richard Natal",
"email": "[email protected]"
},
"keywords": [
"angular",
"angular2",
"highcharts"
],
"bugs": {
"url": "https://github.com/Bigous/ng2-highcharts/issues"
},
"main": "bundles/ng2-highcharts.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"homepage": "https://github.com/Bigous/ng2-highcharts",
"dependencies": {},
"peerDependencies": {
"@angular/core": ">=4.0.0",
"@types/highcharts": ">=4.2.1",
"highcharts": ">=4.2.1 <7.0.0"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"typescript": "^2.2.1",
"@types/highcharts": "^4.2.1",
"@types/node": "6.0.52",
"awesome-typescript-loader": "3.0.0-beta.17",
"codelyzer": "2.0.0-beta.3",
"commitizen": "^2.9.2",
"core-js": "2.4.1",
"cz-conventional-changelog": "^1.2.0",
"istanbul-instrumenter-loader": "0.2.0",
"loader-utils": "0.2.16",
"reflect-metadata": "0.1.8",
"rxjs": "5.4.2",
"semantic-release": "^6.3.2",
"source-map-loader": "0.1.5",
"ts-helpers": "1.1.2",
"tslint": "4.0.2",
"tslint-loader": "3.3.0",
"webpack": "2.1.0-beta.27",
"zone.js": "0.7.2"
},
"engines": {
"node": ">=6.0.0"
},
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}