-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 973 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
33
34
35
36
37
38
39
40
{
"name": "mvs-blockchain",
"version": "0.1.72",
"description": "Metaverse Blockchain adapter",
"main": "index.js",
"scripts": {
"test": "mocha -t 30000 test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvs-org/mvs-blockchain-js.git"
},
"keywords": [
"metaverse",
"blockchain"
],
"author": "Sven Mutzl",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvs-org/mvs-blockchain-js/issues"
},
"homepage": "https://github.com/mvs-org/mvs-blockchain-js#readme",
"dependencies": {
"metaversejs": "^0.3.38",
"superagent": "^3.8.3"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"grunt": "^1.0.4",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.2.0"
}
}