forked from ashinzekene/angular-rave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
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
{
"name": "angular-rave",
"version": "0.1.1",
"description": "an angular 4 module for rave transactions",
"main": "index.ts",
"scripts": {
"tsc": "ngc",
"try": "node try-example",
"publish-patch": "npm run tsc && node process && cd lib && npm version patch && npm publish",
"publish-minor": "npm run tsc && node process && cd lib && npm version minor && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashinzekene/angular-rave.git"
},
"keywords": [
"angular",
"angular4",
"rave",
"flutterwave",
"transactions",
"payments",
"money",
"angular2",
"angular5"
],
"author": "Ashinze Ekene",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashinzekene/angular-rave/issues"
},
"homepage": "https://github.com/ashinzekene/angular-rave#readme",
"peerDependencies": {
"@angular/core": "^4.2.2",
"@angular/common": "^4.2.4",
"rxjs": "^5.4.3"
},
"devDependencies": {
"@angular/common": "^4.4.3",
"@angular/compiler": "^4.2.6",
"@angular/compiler-cli": "^4.2.6",
"@angular/core": "^4.1.1",
"@angular/platform-server": "^4.2.6",
"@types/node": "7.0.10",
"rxjs": "^5.3.1",
"typescript": "^2.4.1",
"zone.js": "^0.8.10"
},
"dependencies": {}
}