-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
50
51
52
{
"name": "Inzicht",
"description": "An open-source frontend for the Inzicht API. The Inzicht API provides you with a convenient, powerful and simple way to query and broadcast data on the Litecoin network and build your own services with it.",
"version": "0.2.5",
"author": {
"name": "strataghyst",
"email": "[email protected]"
},
"repository": "git://github.com/strataghyst/Inzicht.git",
"contributors": [
{
"name": "SS",
"email": "[email protected]"
},
{
"name": "strataghyst",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/strataghyst/Inzicht/issues"
},
"homepage": "https://github.com/strataghyst/Inzicht",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"litecoin",
"bitcore",
"front-end"
],
"scripts": {
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/Inzicht-bitcore-api"
},
"dependencies": {
"Inzicht-api": "git://github.com/strataghyst/Inzicht-api.git"
},
"devDependencies": {
"bower": "~1.2.8",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "*",
"grunt-macreload": "*",
"grunt-css": "~0.5.4",
"grunt-markdown": "~0.5.0",
"grunt-angular-gettext": "^0.2.15"
}
}