-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 763 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 763 Bytes
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": "cuppa-datepicker",
"version": "1.0.1",
"description": "A cool javascript datepicker component for mobile and web.",
"scripts": {
"start": "node app.js"
},
"keywords": [
"datepicker",
"javascript",
"mobile datepicker"
],
"author": "Pradeep Kumar Terli solomon.terli@gmail.com http://www.cuppalabs.com",
"dependencies": {
"express": "^4.11.0",
"moment": "~2.15.2"
},
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/CuppaLabs/javascript-datepicker.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CuppaLabs/javascript-datepicker/issues"
},
"homepage": "https://github.com/CuppaLabs/javascript-datepicker#readme"
}