-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 loc) · 1.39 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dpicker",
"version": "5.2.1",
"description": "A framework-agnostic minimal date picker.",
"main": "dist/dpicker.core.js",
"scripts": {
"test": "standard --global DPicker src/*.js test/**/*.spec.js && mocha -b",
"build": "bash .scripts/build.sh",
"coverage": "istanbul cover -x test.js -x src _mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soyuka/dpicker.git"
},
"keywords": [
"date",
"picker"
],
"author": "soyuka",
"license": "MIT",
"bugs": {
"url": "https://github.com/soyuka/dpicker/issues"
},
"homepage": "https://github.com/soyuka/dpicker#readme",
"dependencies": {
"array.prototype.fill": "^1.0.2",
"dom4": "^2.1.3",
"moment": "^2.19.4",
"nanohtml": "^1.2.4",
"nanomorph": "^5.1.3",
"on-load": "^3.4.1",
"yo-yoify": "^4.3.0"
},
"devDependencies": {
"@soyuka/jhaml": "^1.0.8",
"babel-core": "^6.26.3",
"babel-plugin-yo-yoify": "^2.0.0",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"chai": "^4.1.2",
"chai-spies": "^1.0.0",
"docsify": "^4.7.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"jsdoc-to-markdown": "^4.0.1",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
"markdox": "^0.1.10",
"mocha": "^5.2.0",
"standard": "^11.0.1",
"uglifyify": "^5.0.1",
"unassertify": "^2.1.1"
}
}