-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.56 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "@axerunners/insight-ui",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Axe network and build your own services with it.",
"version": "3.0.0",
"repository": "git://github.com/axerunners/insight-ui.git",
"bugs": {
"url": "https://github.com/axerunners/insight-ui/issues"
},
"homepage": "https://github.com/axerunners/insight-ui",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"axe",
"bitcore-axe",
"front-end",
"axecore"
],
"axecoreNode": "axecore-node",
"scripts": {
"build": "bower install && grunt compile",
"watch": "grunt",
"lint": "eslint .",
"install-and-build": "npm install && npm run build",
"test": "webdriver-manager update && (webdriver-manager start > webdriver.log 2>&1 &) && sleep 30 && protractor ./test/e2e/conf.js",
"prepublishOnly": "npm run build"
},
"dependencies": {},
"devDependencies": {
"bower": "~1.8.8",
"chai": "^4.2.0",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.13.0",
"grunt": "~0.4.2",
"grunt-angular-gettext": "^0.2.15",
"grunt-cli": "~1.3.2",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-css": "~0.5.4",
"grunt-macreload": "*",
"grunt-markdown": "~0.7.0",
"mocha": "^6.1.3",
"protractor": "5.4.4"
}
}