-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 846 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
{
"name": "static-land-recursion-schemes",
"version": "1.0.0",
"description": "Recursion schemes compatible with flow-static-land",
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src/ -d lib/ && flow-copy-source -v src lib",
"test": "mocha --compilers js:babel-register"
},
"keywords": [
"staticland",
"recursion",
"schemes",
"morphisms"
],
"author": "Joseph Junker",
"repository": "https://github.com/JosephJNK/static-land-recursion-schemes",
"license": "MIT",
"dependencies": {
"flow-static-land": "^0.2.6"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"chai": "^4.0.2",
"flow-bin": "^0.46.0",
"flow-copy-source": "^1.2.0",
"mocha": "^3.4.2",
"rimraf": "^2.6.1"
}
}