-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
30 lines (30 loc) · 838 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
{
"name": "datetimepicker",
"version": "1.0.0",
"description": "### [Live Demo](https://abadi199.github.io/datetimepicker/)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "elm-test",
"make": "elm-make --yes src/DateTimePicker.elm --output dist/elm.js",
"make-demos":
"cd demo && elm-make --yes Demo.elm --output /dev/null && elm-make --yes RandomDate.elm --output /dev/null"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abadi199/datetimepicker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abadi199/datetimepicker/issues"
},
"homepage": "https://github.com/abadi199/datetimepicker#readme",
"devDependencies": {
"elm": "^0.18.0",
"elm-css": "^0.6.0",
"elm-test": "0.18.7"
}
}