-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1.14 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": "cordova-nfcv-plugin",
"version": "0.1.0",
"description": "Ionic2 service for communicating with NfcV tags",
"main": "ionic2/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/valentiniljaz/cordova-nfcv-plugin.git"
},
"keywords": [
"nfc",
"nfcv"
],
"author": "Valentin Iljaž <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/valentiniljaz/cordova-nfcv-plugin/issues"
},
"homepage": "https://github.com/valentiniljaz/cordova-nfcv-plugin#readme",
"scripts": {
"postinstall": "tsc --project ./ionic2",
"prepublish": "tsc --project ./ionic2"
},
"dependencies": {
"@angular/common": "^2.4.8",
"@angular/compiler": "^2.4.8",
"@angular/core": "^2.4.8",
"@angular/forms": "^2.4.8",
"@angular/http": "^2.4.8",
"@angular/platform-browser": "^2.4.8",
"@angular/platform-browser-dynamic": "^2.4.8",
"es6-promise": "^4.0.5",
"es6-shim": "^0.35.3",
"node": "0.0.0",
"reflect-metadata": "^0.1.9",
"rxjs": "^5.2.0",
"zone.js": "^0.7.7",
"typescript": "^2.2.2",
"@taptrack/ndef": "^1.0.3"
}
}