-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "input-array",
"version": "2.1.8",
"description": "An array-input-type component built with bel and csjs-inject",
"main": "src/input-array.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --dir . --title $npm_package_name --force-default-index --ssl --live --open",
"build": "browserify demo/demo.js -o bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ninabreznik/input-address.git"
},
"keywords": [
"input",
"address",
"blockchain",
"public key"
],
"author": "ninabreznik",
"license": "MIT",
"bugs": {
"url": "https://github.com/ninabreznik/input-address/issues"
},
"homepage": "https://github.com/ninabreznik/input-address#readme",
"devDependencies": {
"budo": "^11.6.1"
},
"dependencies": {
"bel": "^6.0.0",
"csjs-inject": "^1.0.1",
"input-address": "^2.1.1",
"input-boolean": "^2.2.2",
"input-byte": "^0.0.10",
"input-integer": "^3.1.5",
"input-string": "^2.1.2",
"solidity-validator": "^0.1.1"
}
}