-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
29 lines (29 loc) · 1.08 KB
/
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
{
"name": "neutrino-contract-github",
"version": "1.0.0",
"description": "[Neutrino](https://beta.neutrino.at) is an algorithmic price-stable cryptocurrency protocol that allows for the creation of stable coins tied to a specific real world asset, such as national currency or commodity, and collateralized by a native token. The first synthetic asset created with Neutrino Protocol is USD Neutrino (USDN). Neutrino is currently in public beta.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mocha-test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ventuary-lab/neutrino-contract.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ventuary-lab/neutrino-contract/issues"
},
"homepage": "https://github.com/ventuary-lab/neutrino-contract#readme",
"dependencies": {
"@waves/ts-lib-crypto": "^1.4.3",
"@waves/waves-transactions": "^3.25.3",
"axios": "^0.19.2",
"mocha": "^7.1.1"
}
}