forked from Risto-Stevcev/purescript-iterable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 839 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
{
"name": "purescript-iterable",
"version": "1.0.0",
"description": "JS Iterable and Iterator interfaces for purescript",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"clean": "rm -rf output && rm -rf .pulp-cache",
"build": "pulp build",
"test": "pulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Risto-Stevcev/purescript-iterable.git"
},
"keywords": [
"purescript",
"iterable",
"iterator"
],
"author": "Risto Stevcev",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Risto-Stevcev/purescript-iterable/issues"
},
"homepage": "https://github.com/Risto-Stevcev/purescript-iterable#readme",
"devDependencies": {
"pulp": "^12.0.1",
"purescript-psa": "^0.5.1",
"purescript": "^0.11.6"
}
}