-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
30
31
32
33
34
35
36
37
38
39
{
"name": "mood-to-eth",
"version": "1.0.0",
"description": "parses mood api and writes it to eth",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@akanass/rx-http-request": "^2.4.0",
"azure-storage": "^2.2.1",
"bad-words": "^1.5.1",
"diacritics": "^1.3.0",
"rxjs": "^5.4.2",
"tc2017-contract-artifacts": "github:omni-resources/tc2017-contract-artifacts",
"truffle-contract": "^2.0.4"
},
"devDependencies": {
"@types/bignumber.js": "^4.0.2",
"@types/node": "^8.0.14",
"tslint": "^5.0.0",
"typescript": "^2.4.1",
"web3-typescript-typings": "0.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tslint": "tslint -c tslint.json -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omni-resources/mood-to-eth.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/omni-resources/mood-to-eth/issues"
},
"homepage": "https://github.com/omni-resources/mood-to-eth#readme"
}