-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.19 KB
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
{
"name": "ionic2-zoom-area",
"version": "1.0.16",
"description": "A zoom area component with pinch and pan support.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf aot dist && ngc",
"postbuild": "npm run copy:scss",
"copy:scss": "cp src/zoom-area.scss dist/",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\"",
"shipit": "npm run build && npm publish"
},
"author": "Leonardo Salles <leosallestm@gmail.com>",
"license": "MIT",
"repository": "https://github.com/leonardosalles/ionic2-zoom-area",
"dependencies": {
"@angular/animations": "5.1.3",
"@angular/common": "5.1.3",
"@angular/compiler": "5.1.3",
"@angular/compiler-cli": "5.1.3",
"@angular/core": "10.2.5",
"@angular/forms": "5.1.3",
"@angular/http": "5.1.3",
"@angular/platform-browser": "5.1.3",
"@angular/platform-browser-dynamic": "5.1.3",
"conventional-changelog-cli": "^1.3.4",
"ionicons": "3.0.0",
"rxjs": "5.5.2",
"zone.js": "0.8.18",
"ionic-angular": "3.9.2"
},
"devDependencies": {
"typescript": "2.5.2"
}
}