forked from bitpay/insight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 843 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
{
"name": "insight-ui",
"description": "A bitcoin block explorer and API.",
"version": "1.0.0",
"repository": "git://github.com/bitpay/insight.git",
"bugs": {
"url": "https://github.com/bitpay/insight/issues"
},
"homepage": "https://github.com/bitpay/insight",
"license": "MIT",
"keywords": [
"insight",
"insight-ui",
"blockchain",
"block explorer",
"bitcoin",
"bitcore",
"API"
],
"bitcoreNode": "bitcore-node",
"scripts": {
"postinstall": "run-s install-app",
"install-app": "cd app && npm install",
"start": "run-s watch-app",
"watch-app": "cd app && npm start",
"test": "cd app && ng test --code-coverage",
"test:ci": "cd app && npm run test:ci"
},
"dependencies": {},
"devDependencies": {
"@angular/cli": "^1.7.3",
"npm-run-all": "^4.0.2"
}
}