forked from andrucz/ionic2-rating
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 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
38
{
"name": "ionic2-rating",
"version": "1.2.1",
"description": "An Angular2 component to visualize a star rating bar, built for Ionic 2.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"build": "rm -rf aot dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrucz/ionic2-rating.git"
},
"keywords": ["ionic2", "angular2"],
"author": "andrucz",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrucz/ionic2-rating/issues"
},
"homepage": "https://github.com/andrucz/ionic2-rating",
"devDependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"ionic-angular": "2.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.26",
"typescript": "2.0.9"
}
}