forked from andrucz/ionic2-rating
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 855 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": "ionic2-rating",
"version": "0.0.8",
"author": "andrucz",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrucz/ionic2-rating/issues"
},
"homepage": "https://github.com/andrucz/ionic2-rating",
"typings": "./index.d.ts",
"files": [
"index.d.ts",
"index.js",
"index.js.map",
"src/index.ts",
"ionic2-rating.d.ts",
"ionic2-rating.js",
"ionic2-rating.js.map",
"module.js",
"module.js.map",
"module.d.ts",
"src/module.ts",
"src/ionic2-rating.ts"
],
"dependencies": {
"ionic-angular": "^2.0.0-rc.0"
},
"devDependencies": {
"typescript": "^2.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/andrucz/ionic2-rating.git"
},
"keywords": [
"ionic2",
"angular2"
],
"scripts": {
"prepublish": "tsc --outDir ."
}
}