forked from hsuanxyz/ionic2-pincode-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "ionic2-pincode-input",
"version": "0.0.20",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/HsuanXyz/ionic2-pincode-input.git"
},
"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"
},
"keywords": [
"ionic2",
"pincode",
"number input"
],
"author": "HsuanLee",
"license": "MIT",
"dependencies": {
"gulp": "^3.9.1"
}
}