-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "iotapublicnodeselection",
"title": "IotaPublicNodeSelection",
"version": "0.5.1",
"private": false,
"main": "./index.js",
"scripts": {
"start": "node start.js --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"try": "babel-node --presets es2015 es6test.js",
"watch": "webpack --config webpack.config.js --watch"
},
"keywords": [],
"author": {
"name": "Olaf van Wijk",
"url": "http://github.com/ovanwijk"
},
"repository": {
"type": "git",
"url": "http://github.com/ovanwijk/IotaPublicNodeSelection"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-cli": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"express": "^4.16.3",
"serve-static": "^1.13.2",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9",
"mocha": "^5.2.0"
},
"dependencies": {
"iota.lib.js": "ovanwijk/iota.lib.js#master",
"xmlhttprequest": "^1.8.0"
}
}