forked from FlappyDEV/flappysight-api
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
83 lines (83 loc) · 2.19 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "Litesight-bitcore-api",
"description": "An open-source Litecoin blockchain API. The Litesight 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.11",
"author": {
"name": "pembo210",
"email": "pembo210@gmail.com"
},
"repository": "git://github.com/pembo210/Litesight-api.git",
"contributors": [
{
"name": "FlappyDEV",
"email": "dev@goflap.io"
},
{
"name": "pembo210",
"email": "pembo210@gmail.com"
}
],
"bugs": {
"url": "https://github.com/pembo210/Litesight-api/issues"
},
"homepage": "https://github.com/pembo210/Litesight-api",
"license": "MIT",
"keywords": [
"litesight",
"litecoin",
"blockchain",
"litecoin api",
"blockchain api",
"json",
"litecore"
],
"engines": {
"node": "*"
},
"bin": "insight.js",
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt"
},
"dependencies": {
"async": "*",
"base58-native": "0.1.2",
"bignum": "*",
"bitauth": "^0.1.1",
"bitcore": "git://github.com/pembo210/Litecore.git",
"bufferput": "git://github.com/bitpay/node-bufferput.git",
"buffertools": "*",
"commander": "^2.3.0",
"connect-ratelimit": "git://github.com/dharmafly/connect-ratelimit.git#0550eff209c54f35078f46445000797fa942ab97",
"cron": "^1.0.4",
"express": "~3.4.7",
"glob": "*",
"leveldown": "~0.10.0",
"levelup": "~0.19.0",
"lodash": "^2.4.1",
"microtime": "^0.6.0",
"mkdirp": "^0.5.0",
"moment": "~2.5.0",
"nodemailer": "^1.3.0",
"preconditions": "^1.0.7",
"socket.io": "1.0.6",
"socket.io-client": "1.0.6",
"soop": "=0.1.5",
"winston": "*",
"xmlhttprequest": "~1.6.0"
},
"devDependencies": {
"chai": "*",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-concurrent": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-env": "~0.4.1",
"grunt-markdown": "~0.5.0",
"grunt-mocha-test": "~0.8.1",
"grunt-nodemon": "~0.2.0",
"memdown": "^0.10.2",
"should": "^2.1.1",
"sinon": "^1.10.3"
}
}