-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 856 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": "rho-contracts",
"version": "0.0.5",
"description": "Racket-style Higher Order Contracts in Plain Javascript",
"main": "index.js",
"keywords": [
"contracts"
],
"dependencies": {
"callsite": "1.0.0",
"underscore": "1.4.x",
"mustache": "0.7.x",
"should": "1.2.x",
"mocha": "1.12.x",
"github-flavored-markdown": "1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sefaira/rho-contracts.js.git"
},
"readmeFilename": "README.md",
"gitHead": "aef2505b61452b8322c0d5ec57144190ac09f175",
"bugs": {
"url": "https://github.com/sefaira/rho-contracts.js/issues"
},
"devDependencies": {},
"scripts": {
"test": "make test"
},
"author": "Guillaume Marceau <[email protected]> (http://sefaira.com/)",
"license": "Mozilla Public License Version 2.0"
}