forked from qodesmith/datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 846 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
30
31
32
33
34
35
{
"name": "js-datepicker",
"version": "3.3.2",
"description": "Get a date with JavaScript! A datepicker with no dependencies.",
"main": "datepicker.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node sandbox/server.js"
},
"keywords": [
"datepicker",
"date picker",
"date",
"picker",
"calendar",
"javascript",
"vanilla"
],
"author": "Qodesmith",
"email": "theqodesmith@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/qodesmith/datepicker"
},
"license": "MIT",
"devDependencies": {
"babel-preset-latest": "^6.22.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat-util": "^0.5.5",
"gulp-less": "^3.3.0",
"uglify-js": "^2.7.5"
}
}