forked from solomein/btce-deal
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 759 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 759 Bytes
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
{
"name": "btce-deal",
"version": "0.2.3",
"description": "BTC-E API Wrapper",
"author": "Leonid Solomein <leonid.solomein@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/solomein/btce-deal.git"
},
"keywords": [
"btc-e",
"btce",
"bitcoin",
"btc",
"trade",
"public",
"api",
"litecoin",
"ltc",
"coin"
],
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/solomein/btce-deal/issues"
},
"dependencies": {
"bluebird": "^3.4.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-jscs-checker": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"jshint-stylish": "^0.2.0",
"load-grunt-tasks": "^0.4.0"
}
}