-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
66 lines (66 loc) · 2.1 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ionic2-rating",
"version": "1.2.1",
"description": "Angular 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",
"test": "karma start ./test-config/karma.conf.js --single-run",
"test:watch": "karma start ./test-config/karma.conf.js",
"test-coverage": "karma start ./test-config/karma.conf.js --coverage",
"e2e": "npm run e2e-update && npm run e2e-test",
"e2e-test": "protractor ./test-config/protractor.conf.js",
"e2e-update": "webdriver-manager update --standalone false --gecko false"
},
"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",
"@types/jasmine": "^2.8.2",
"@types/node": "^8.0.56",
"angular2-template-loader": "^0.6.2",
"html-loader": "^0.5.1",
"ionic-angular": "2.0.0",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "^2.8.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"null-loader": "^0.1.1",
"protractor": "^5.2.0",
"rxjs": "5.0.0-beta.12",
"ts-loader": "^3.2.0",
"ts-node": "^3.3.0",
"typescript": "2.1.5",
"webpack": "^3.10.0",
"zone.js": "0.6.26"
}
}