forked from hanshoglund/elm-interval
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 820 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
{
"name": "elm-interval",
"version": "2.0.0",
"description": "Intervals for Elm.",
"main": "index.js",
"scripts": {
"test": "elm-test",
"watch": "make; chokidar chokidar src/**/*.elm -c 'yes \"\" | head -n 40; make'",
"check-format": "elm-format --elm-version 0.19 --validate ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/r-k-b/elm-interval.git"
},
"author": "Robert K. Bell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/r-k-b/elm-interval/issues"
},
"homepage": "https://github.com/r-k-b/elm-interval#readme",
"dependencies": {
"chokidar": "^4.0.3",
"chokidar-cli": "^3.0.0",
"elm": "^0.19.1-6",
"elm-format": "^0.8.7",
"elm-review": "^2.12.0",
"elm-test": "^0.19.1-revision12"
}
}