-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
42 lines (42 loc) · 903 Bytes
/
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
{
"name": "ng2-img-map",
"version": "0.1.2",
"description": "Responsive image mapping interface for Angular 2",
"main": "ng2-img-map.js",
"scripts": {
"dev": "tsc --watch",
"prepublish": "typings install && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonroyle/ng2-img-map.git"
},
"keywords": [
"angular",
"angular2",
"ng2",
"image",
"img",
"map",
"mark",
"marker",
"point",
"position",
"heat"
],
"author": "jasonroyle",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonroyle/ng2-img-map/issues"
},
"homepage": "https://github.com/jasonroyle/ng2-img-map#readme",
"devDependencies": {
"es6-shim": "^0.35.1",
"typescript": "^1.8.10",
"typings": "^1.3.2"
},
"peerDependencies": {
"@angular/core": "^2.0.0-rc.4"
},
"typings": "./ng2-img-map.d.ts"
}