-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 977 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
41
42
{
"name": "datetime-local-picker",
"version": "0.4.0",
"description": "Datetime picker with list and table mode via lodash templates using moment for date arithmetic",
"main": "src/DatetimeLocalPicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graste/datetime-local-picker.git"
},
"keywords": [
"dialog",
"html5",
"forms",
"input",
"amd",
"template",
"lodash",
"moment",
"picker",
"datetime",
"time",
"date"
],
"author": "Steffen Gransow",
"license": "MIT",
"bugs": {
"url": "https://github.com/graste/datetime-local-picker/issues"
},
"homepage": "https://github.com/graste/datetime-local-picker",
"dependencies": {
"jquery": "^3.0.0",
"lodash": "^4.0.0",
"lodash-template-loader": "^2.0.0",
"moment": "^2.0.0"
},
"devDependencies": {
"requirejs": "^2.0.0"
}
}