-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "ngx-openlayers",
"version": "0.8.22",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "echo \"No tests specified\" && exit 0",
"prepublish": "ngc",
"ngc": "ngc",
"release": "npm version -m \"[version] %s\" patch"
},
"repository": {
"type": "git",
"url": "https://github.com/quentin-ol/ngx-openlayers"
},
"author": {
"name": "Quentin Lampin",
"email": "quentin.lampin@orange.com"
},
"keywords": [
"angular",
"angular2",
"angular4",
"openlayers",
"openlayers3",
"openlayers4",
"ngx-openlayers"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/quentin-ol/ngx-openlayers/issues"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
"@types/openlayers": "4.3.x || 4.4.x",
"openlayers": "4.3.x || 4.4.x"
},
"devDependencies": {
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/core": "^4.1.3",
"@types/jasmine": "2.8.9",
"@types/selenium-webdriver": "^3.0.4",
"codelyzer": "3.0.1",
"rxjs": "5.4.0",
"tslint": "~5.3.2",
"typescript": "~2.3.3",
"zone.js": "0.8.11"
},
"engines": {
"node": ">=0.8.0"
}
}