forked from mobinni/material-date-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 803 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
{
"name": "material-date-picker",
"version": "1.2.1",
"dependencies": {
"moment": "~2.9.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-copy": "^0.8.0"
},
"engines": {},
"scripts": {},
"description": "![Alt text](http://i.imgur.com/zAlNOIe.png)",
"main": "build/mbdatepicker.js",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/mobinni/material-date-picker.git"
},
"keywords": [
"material",
"date",
"picker",
"materialdatepicker"
],
"author": "Mo Binni",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobinni/material-date-picker/issues"
},
"homepage": "https://github.com/mobinni/material-date-picker"
}