-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
36 lines (36 loc) · 897 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": "sanctuary-type-classes",
"version": "13.0.0",
"description": "Standard library for Fantasy Land",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sanctuary-js/sanctuary-type-classes.git"
},
"scripts": {
"doctest": "sanctuary-doctest",
"lint": "sanctuary-lint",
"release": "sanctuary-release",
"test": "npm run lint && sanctuary-test && npm run doctest"
},
"dependencies": {
"sanctuary-type-identifiers": "4.0.0"
},
"devDependencies": {
"fantasy-land": "5.0.0",
"fantasy-laws": "2.0.x",
"jsverify": "0.8.x",
"sanctuary-identity": "2.1.x",
"sanctuary-maybe": "2.1.x",
"sanctuary-pair": "2.1.x",
"sanctuary-scripts": "7.0.x",
"sanctuary-show": "3.0.x",
"sanctuary-useless": "2.0.1"
},
"files": [
"/LICENSE",
"/README.md",
"/index.js",
"/package.json"
]
}