-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
32 lines (32 loc) · 964 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
{
"author": "elsehow",
"name": "aaronson-oracle",
"version": "0.0.1",
"license": "BSD-3-Clause",
"main": "src/index.js",
"scripts": {
"test": "tape test/*.js",
"watch": "runwatch \"**/**.js\" -r \"npm test\"",
"build": "browserify example/index.js -o example/bundle.js -t [babelify --presets [es2015]]; html-inline example/index.html -o example/dist/index.html; rm example/bundle.js",
"prepublish": "ipfs-shrinkwrap"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"html-inline": "^1.2.0",
"ipfs-shrinkwrap": "^1.0.5",
"prng-well1024a": "^2.0.0",
"runwatch": "^0.1.3",
"tape": "^4.5.1"
},
"dependencies": {
"kefir": "^3.2.3",
"keypress": "^0.2.1",
"lodash": "^4.13.1",
"onready": "0.0.3",
"permutation": "0.0.1",
"running-mean": "^0.1.0"
},
"ipfs-shrinkwrap": "QmNPw5vJPf1KTNJwyezkXQrkHLZpfxoeuLs9po34Vqn7BE"
}