-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "ngcreditcard",
"version": "1.0.1",
"description": "A simple directive to validate credit card",
"main": "./dist/ngCreditCard.js",
"typings": "./dist/ngCreditCard.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/ngc -p tsconfig.json && rm -rf aot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FriendsOfAngular/ngCreditCard.git"
},
"keywords": [
"angular",
"angular2",
"directives",
"credit-card"
],
"author": "FriendsOfAngular",
"license": "MIT",
"bugs": {
"url": "https://github.com/FriendsOfAngular/ngCreditCard/issues"
},
"homepage": "https://github.com/FriendsOfAngular/ngCreditCard#readme",
"dependencies": {
"creditcards": "^2.1.2"
},
"devDependencies": {
"@angular/common": "^4.2.2",
"@angular/compiler": "^4.2.2",
"@angular/compiler-cli": "^4.2.2",
"@angular/core": "^4.2.2",
"@angular/forms": "^4.2.2",
"@angular/platform-browser": "^4.2.2",
"core-js": "^2.4.1",
"rxjs": "^5.4.0",
"ts-node": "^3.0.6",
"tslint": "^5.4.3",
"typescript": "^2.3.4",
"zone.js": "^0.8.12"
}
}