-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 969 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
38
39
40
{
"name": "inquirer-datepicker-prompt",
"version": "0.4.3",
"description": "Datepicker prompt for inquirer.js",
"main": "index.js",
"scripts": {
"style": "jshint . && jscs .",
"prepare": "rm -rf example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerekTBrown/inquirer-datepicker-prompt.git"
},
"keywords": [
"datepicker",
"inquirer.js",
"inquirer",
"date",
"time"
],
"author": "Derek Brown <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DerekTBrown/inquirer-datepicker-prompt/issues"
},
"homepage": "https://github.com/DerekTBrown/inquirer-datepicker-prompt#readme",
"dependencies": {
"chalk": "^2.1.0",
"cli-cursor": "^2.1.0",
"dateformat": "^3.0.2",
"datejs": "^1.0.0-rc3",
"inquirer": "^3.3.0",
"lodash": "^4.17.4",
"util": "^0.10.3"
},
"devDependencies": {
"jscs": "^3.0.7",
"jshint": "^2.9.5"
}
}