-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 972 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
{
"name": "nodejs-mobile-ipc",
"author": "da-mkay (https://github.com/da-mkay)",
"description": "An abstraction of nodejs-mobile-cordova channels that allows to call functions on the other side and retrieve their results.",
"keywords": [
"nodejs-mobile-cordova",
"ipc",
"rpc"
],
"repository": {
"type": "git",
"url": "https://github.com/da-mkay/nodejs-mobile-ipc.git"
},
"version": "0.0.2",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-ng-packagr": "~0.803.17",
"@angular/cli": "~8.3.4",
"@angular/compiler": "~8.2.5",
"@angular/compiler-cli": "~8.2.5",
"@angular/core": "~8.2.5",
"@types/node": "~8.9.4",
"ng-packagr": "^5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
}