-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 Bytes
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": "opencontract",
"version": "0.0.1",
"description": "A peer-to-peer, easy-to-use legal contracting platform",
"author": "Rafael Kaufmann <rafael.kaufmann@gmail.com>",
"contributors": [{
"name": "Rafael Kaufmann",
"email": "rafael.kaufmann@gmail.com"
}],
"main": "lib/oc.js",
"repository": {
"type": "git",
"url": "https://github.com/rafaelkaufmann/opencontract"
},
"bugs": {
"url": "https://github.com/rafaelkaufmann/opencontract/issues"
},
"keywords": [
"contracts",
"p2p"
],
"dependencies": {
"babel": ">=5.6.4",
"crypto": ">=0.0.3",
"eccrypto": ">=1.0.0",
"lodash": ">=3.9.3",
"secure-random": ">=1.1.1",
"chai": ">=3.0.0",
"node-uuid": ">=1.4.3",
"es6-module-loader": ">=0.17.3",
"mathjs": ">=2.0.1"
},
"license": "MIT"
}