forked from mahsu/MariOCaml
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
28 lines (28 loc) · 841 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": "Mareo",
"private": true,
"version": "0.0.0",
"description": "Fork of https://github.com/mahsu/MariOCaml, compiled using BuckleScript instead of js_of_ocaml",
"main": "index.js",
"scripts": {
"start": "bsb -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"pack-for-es6-less-browsers": "rollup --input ./lib/es6_global/src/Main.js --format iife --output docs/all.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml-community/Mareo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/reasonml-community/Mareo/issues"
},
"homepage": "https://github.com/reasonml-community/Mareo#readme",
"devDependencies": {
"bs-platform": "^3.0.0",
"rollup": "^0.43.0"
}
}