-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
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
{
"name": "joystream-node",
"version": "0.2.6",
"description": "JoyStreamClassic payment protocol over BitTorrent",
"keywords": [
"libtorrent",
"bitcoin",
"micropayment"
],
"homepage": "https://github.com/JoyStreamClassic/joystream-node",
"bugs": "https://github.com/JoyStreamClassic/joystream-node/issues",
"repository": {
"type": "git",
"url": "https://github.com/JoyStreamClassic/joystream-node"
},
"main": "index.js",
"scripts": {
"transpile": "babel lib -d dist",
"postinstall": "postinstall-build dist \"npm run transpile\"",
"test": "mocha --reporter spec --recursive",
"test_electron": "electron-mocha --recursive"
},
"author": "JoyStreamClassic",
"license": "MIT",
"dependencies": {
"bindings": "^1.2.1",
"cmake-js": "^3.5.0",
"debug": "^2.6.1",
"fs-extra": "^2.1.2",
"minimist": "^1.2.0",
"nan": "^2.6.2",
"postinstall-build": "^2.1.3",
"rimraf": "^2.6.1",
"sha1": "^1.1.1"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-preset-es2015-node": "^6.1.1",
"mocha": "^2.2.5",
"electron-mocha": "^3.3.0",
"chai": "^3.5.0",
"sinon": "^2.1.0"
},
"standard": {
"parser": "babel-eslint"
}
}