-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
28 lines (28 loc) · 870 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
{
"name": "bucklescript-cookbook",
"version": "0.1.0",
"description": "The BuckleScript Cookbook is a collection of simple examples intended to both showcase BuckleScript by example, and to demonstrate good practices for accomplishing common tasks.",
"scripts": {
"test": "md-codecheck README.md",
"toc": "markdown-toc -i README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glennsl/bucklescript-cookbook.git"
},
"keywords": [
"BuckleScript",
"Cookbook"
],
"author": "glennsl",
"license": "MIT",
"bugs": {
"url": "https://github.com/glennsl/bucklescript-cookbook/issues"
},
"homepage": "https://github.com/glennsl/bucklescript-cookbook#readme",
"dependencies": {
"bs-plaform": "bucklescript/bucklescript",
"markdown-toc": "^1.1.0",
"md-codecheck": "glennsl/md-codecheck"
}
}