-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 864 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
36
{
"name": "mithril-machine-tools",
"version": "1.0.0-rc.11",
"description": "A bag of tricks for for Mithril",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node ./tests.js",
"start": "http-server -o ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barneycarroll/mithril-machine-tools.git"
},
"keywords": [
"mithril",
"fp",
"utility",
"components"
],
"author": "Barney Carroll <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/barneycarroll/mithril-machine-tools/issues"
},
"homepage": "https://github.com/barneycarroll/mithril-machine-tools#readme",
"peerDependencies": {
"mithril": ">0"
},
"devDependencies": {
"http-server": "0.12.3",
"linkedom": "0.5.5",
"mithril": "2.0.4",
"ospec": "4.1.1"
}
}