-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "og-sdk",
"version": "0.2.9",
"description": "Node.js scraper module for og DAG chain",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/annchain/js-og-sdk",
"author": "tony.stig",
"license": "LGPL-2.1",
"dependencies": {
"bignumber.js": "github:frozeman/bignumber.js-nolookahead",
"bluebird": "^3.5.2",
"crypto": "^1.0.1",
"crypto-js": "^3.1.4",
"secp256k1": "^3.5.2",
"utf8": "^2.1.1",
"xhr2-cookies": "^1.1.0",
"xmlhttprequest": "*"
},
"devDependencies": {
"bower": ">=1.4.1",
"browserify": ">=10.0",
"chai": "^3.0.0",
"coveralls": "^3.0.2",
"del": ">=2.0.2",
"exorcist": "^0.4.0",
"gulp": ">=3.9.0",
"gulp-jshint": ">=1.5.0",
"gulp-rename": ">=1.2.0",
"gulp-replace": "^0.5.3",
"gulp-streamify": "0.0.5",
"gulp-uglify": ">=1.2.0",
"istanbul": "^0.4.4",
"jshint": "^2.9.6",
"mocha": ">=2.3.3",
"request": "^2.88.0",
"sandboxed-module": "^2.0.2",
"vinyl-source-stream": "^1.1.0"
},
"keywords": [
"OG",
"javascript",
"API"
]
}