forked from Pikaday/Pikaday
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 878 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
{
"name": "pikaday",
"version": "1.8.0",
"description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
"keywords": [
"datepicker",
"calendar",
"date"
],
"homepage": "https://pikaday.com",
"bugs": "https://github.com/Pikaday/Pikaday/issues",
"license": "(0BSD OR MIT)",
"main": "pikaday.js",
"repository": {
"type": "git",
"url": "https://github.com/Pikaday/Pikaday.git"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.9.6",
"mocha": "^5.2.0"
},
"testling": {
"harness": "mocha",
"files": "tests/*.js",
"browsers": [
"ie/7..latest",
"chrome/latest",
"firefox/3.6",
"firefox/latest",
"safari/latest",
"opera/latest"
]
},
"scripts": {
"test": "testling",
"lint": "jshint *.js plugins/*.js tests/*.js"
}
}