forked from sanctuary-js/sanctuary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 926 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
39
40
41
{
"name": "sanctuary",
"version": "0.11.1",
"description": "Refuge from unsafe JavaScript",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sanctuary-js/sanctuary.git"
},
"scripts": {
"test": "make lint test"
},
"dependencies": {
"sanctuary-def": "0.9.0",
"sanctuary-type-classes": "2.0.1",
"sanctuary-type-identifiers": "1.0.0"
},
"devDependencies": {
"browserify": "13.1.x",
"doctest": "0.11.x",
"eslint": "2.9.x",
"fantasy-land": "2.2.0",
"istanbul": "0.4.x",
"jsverify": "0.7.x",
"karma": "1.3.x",
"karma-browserify": "5.1.x",
"karma-mocha": "1.3.x",
"karma-sauce-launcher": "1.1.x",
"mocha": "3.x.x",
"remember-bower": "0.1.x",
"sanctuary-style": "0.4.x",
"transcribe": "0.5.x",
"xyz": "2.0.x"
},
"files": [
"/LICENSE",
"/README.md",
"/index.js",
"/package.json"
]
}