-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
29 lines (29 loc) · 842 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
{
"name": "angular2-simple-countdown",
"version": "0.0.6",
"description": "Simple Angular2 CountDown",
"main": "countdown.js",
"typings": "./countdown.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/previousdeveloper/angular2-simple-countdown.git"
},
"keywords": [
"angular2 countdown",
"simple countdown"
],
"author": "Gokhan Karadas <[email protected]> (http://www.gokhankaradas.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/previousdeveloper/angular2-simple-countdown/issues"
},
"homepage": "https://github.com/previousdeveloper/angular2-simple-countdown/issues#readme",
"dependencies": {
"colors": "^1.1.2",
"request": "^2.64.0",
"yargs": "^3.29.0"
}
}