-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 907 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
{
"name": "hello-blockstack",
"version": "0.0.0",
"description": "A simple Blockstack app",
"main": "index.js",
"scripts": {
"browserify": "browserify requires.js -o public/bundle.js",
"start": "npm run browserify; node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockstack/hello-blockstack.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/blockstack/hello-blockstack/issues"
},
"homepage": "https://github.com/blockstack/hello-blockstack#readme",
"devDependencies": {
"browserify": "^14.5.0",
"express": "^4.15.2",
"opn": "^4.0.2"
},
"dependencies": {
"blockstack": "^0.11.2",
"browser-env": "^3.2.2",
"browser-run": "^4.0.4",
"electron": "^1.7.9",
"jsontokens": "^0.7.6",
"ngrok": "^2.2.23",
"node-localstorage": "^1.3.0",
"window": "^4.2.2"
}
}