-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 990 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
41
{
"name": "iota.coffee",
"version": "1.1.2",
"description": "Wrapper around iota.lib.js written in CoffeeScript",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/thisredone/iota.coffee.git"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"coffeescript": "^2.2.2",
"pry": "^0.8.1"
},
"dependencies": {
"@iota-pico/pow-webgl": "^0.9.1",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.5.1",
"iota.lib.js": "^0.4.7"
},
"homepage": "https://github.com/thisredone/iota.coffee",
"bugs": {
"url": "https://github.com/thisredone/iota.coffee/issues"
},
"files": [
"lib/",
"index.js",
"repl.js"
],
"scripts": {
"watch": "coffee -wtcbo . src",
"prepublish": "coffee -tcbo . src",
"repl": "coffee src/repl.coffee"
},
"peerDependencies": {
"@iota-pico/pow-nodejs": "^0.9.1"
}
}