forked from sanctuary-js/sanctuary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 944 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
37
38
{
"name": "sanctuary",
"version": "3.1.0",
"description": "Refuge from unsafe JavaScript",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sanctuary-js/sanctuary.git"
},
"scripts": {
"doctest": "sanctuary-doctest",
"lint": "sanctuary-lint",
"release": "sanctuary-release",
"test": "npm run lint && sanctuary-test && npm run doctest"
},
"dependencies": {
"sanctuary-def": "0.22.0",
"sanctuary-either": "2.1.0",
"sanctuary-maybe": "2.1.0",
"sanctuary-pair": "2.1.0",
"sanctuary-show": "2.0.0",
"sanctuary-type-classes": "12.1.0",
"sanctuary-type-identifiers": "3.0.0"
},
"devDependencies": {
"fantasy-land": "4.0.1",
"jsverify": "0.8.x",
"sanctuary-descending": "2.1.0",
"sanctuary-identity": "2.1.0",
"sanctuary-scripts": "4.0.x"
},
"files": [
"/LICENSE",
"/README.md",
"/index.js",
"/package.json"
]
}