-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "usn",
"version": "0.0.1",
"description": "the Universal Sharing Network ",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf js/* dist/*; tsc -p .; cp src/types/types.d.ts js/types/; cp -r js/* dist/",
"build-live": "tsc -p . -w",
"remixd": "open https://remix.ethereum.org/#version=soljson-v0.4.17+commit.bdeb9e52.js ; remixd -S $(pwd)/contracts"
},
"typings": "dist/src/index",
"repository": {
"type": "git",
"url": "git+https://github.com/Trusted-IoT-Alliance/usn.git"
},
"keywords": [
"usn",
"slockit",
"ethereum"
],
"author": "slock.it Simon Jentzsch",
"license": "ISC",
"bugs": {
"url": "https://github.com/Trusted-IoT-Alliance/usn/issues"
},
"homepage": "https://github.com/Trusted-IoT-Alliance/usn#readme",
"dependencies": {
"@types/bignumber.js": "^4.0.2",
"@types/underscore": "^1.8.0",
"ajv": "^5.2.2",
"axios": "^0.16.2",
"bignumber": "^1.1.0",
"bignumber.js": "^4.0.2",
"cli-color": "^1.2.0",
"underscore": "^1.8.3",
"web3": "^1.0.0-beta.24",
"web3-core": "^1.0.0-beta.24",
"web3-eth": "^1.0.0-beta.24",
"winston": "^2.3.1"
},
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.22",
"chai": "^4.0.0",
"dtsgenerator": "^0.9.5",
"js-yaml": "^3.9.0",
"mocha": "^3.5.0",
"mocha-typescript": "^1.1.4",
"remixd": "^0.1.2",
"repl.history": "^0.1.4",
"source-map-support": "^0.4.15",
"tslint": "^5.3.2",
"tslint-microsoft-contrib": "^5.0.0",
"tsutils": "^2.2.0",
"typedoc": "^0.8.0",
"typescript": "^2.5.3"
}
}