forked from soyuka/dpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.37 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.0.7",
"description": "A framework-agnostic minimal date picker.",
"main": "dist/dpicker.core.js",
"scripts": {
"test": "standard --global DPicker src/*.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",
"bel": "^5.0.0",
"dom4": "^1.8.3",
"moment": "^2.18.1",
"nanomorph": "^5.0.0",
"on-load": "^3.2.0",
"yo-yoify": "^3.7.3"
},
"devDependencies": {
"@soyuka/jhaml": "^1.0.8",
"babel-core": "^6.24.1",
"babel-plugin-yo-yoify": "^0.6.0",
"babel-preset-env": "^1.5.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"docsify": "^3.7.3",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"jsdoc-to-markdown": "^3.0.0",
"jsdom": "^11.0.0",
"jsdom-global": "^3.0.2",
"markdox": "^0.1.10",
"mocha": "^3.4.1",
"standard": "^10.0.2",
"uglifyify": "^3.0.4",
"unassertify": "^2.0.4"
}
}