forked from hsuanxyz/ionic2-pincode-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (47 loc) · 1.22 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
{
"name": "ionic2-pincode-input",
"version": "0.2.0",
"description": "A pincode input for ionic2",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf aot dist && npm run ngc && gulp copy-scss",
"packagr": "ng-packagr -p package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/HsuanXyz/ionic2-pincode-input.git"
},
"devDependencies": {
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/compiler-cli": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/http": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/platform-server": "^5.2.9",
"ionic-angular": "3.9.2",
"rxjs": "5.5.7",
"zone.js": "0.8.20",
"typescript": "^2.7.2",
"ng-packagr": "^2.4.1",
"gulp": "^3.9.1"
},
"keywords": [
"ionic2",
"pincode",
"number input"
],
"author": "HsuanLee",
"license": "MIT",
"$schema": "./node_modules/ng-packagr/package.schema.json",
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
}
}