-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 1.37 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
45
46
47
48
49
50
51
{
"name": "ng2-date-countdown",
"version": "1.1.3",
"description": "Angular2 Simple Date CountDown",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ng serve",
"build": "ng-packagr -p package.json && npm run copy",
"copy": "cp ./README.md ./dist"
},
"repository": {
"type": "git",
"url": "https://github.com/matheushf/ng2-date-countdown.git"
},
"keywords": [
"angular2 countdown",
"ng2 simple countdown"
],
"author": "Matheus Victor <hffmatheus@gmail.com> (http://www..com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/matheushf/ng2-date-countdown.git/issues"
},
"homepage": "https://github.com/matheushf/ng2-date-countdown.git/issues#readme",
"peerDependencies": {
"@angular/common": "10.0.7",
"@angular/core": "10.0.7"
},
"devDependencies": {
"@angular/cli": "10.0.5",
"@angular/common": "10.0.7",
"@angular/compiler": "10.0.7",
"@angular/compiler-cli": "10.0.7",
"@angular/core": "10.0.7",
"colors": "^1.4.0",
"ng-packagr": "^10.0.3",
"node-sass": "^4.14.1",
"request": "^2.88.2",
"rxjs": "^6.6.2",
"tslib": "^2.0.0",
"typescript": "~3.9.7",
"yargs": "^15.4.1",
"zone.js": "^0.10.3"
},
"$schema": "./node_modules/ng-packagr/package.schema.json",
"ngPackage": {
"lib": {
"entryFile": "public_api.ts"
}
}
}