forked from NAndreasson/derby-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 678 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 678 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
{
"name": "d-datepicker",
"version": "0.3.1",
"description": "Datepicker component for Derby",
"homepage": "http://icaliman.github.io/d-datepicker/",
"main": "lib/index.js",
"author": "John Caliman",
"license": "MIT",
"keywords": [
"datepicker",
"derby-component"
],
"repository": {
"type": "git",
"url": "https://github.com/icaliman/d-datepicker.git"
},
"scripts": {
"test": "grunt",
"prepublish": "grunt"
},
"dependencies": {
"moment": "~2.7.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.10.1",
"grunt-mocha-test": "~0.9.0",
"mocha": "~1.17.1",
"chai": "~1.9.0"
}
}