-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.6 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
{
"name": "base-conversion",
"version": "3.3.0",
"description": "Auto-curried converter between any bases with arbitrary precision support and customisable symbols",
"main": "src/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javiercejudo/base-conversion.git"
},
"keywords": [
"base",
"conversion",
"base-conversion"
],
"author": "Javier Cejudo <[email protected]> (http://www.javiercejudo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/javiercejudo/base-conversion/issues"
},
"homepage": "https://github.com/javiercejudo/base-conversion#readme",
"devDependencies": {
"arbitrary-precision": "^1.2.2",
"base-converter": "^1.1.2",
"bigint-base-converter": "^0.1.0",
"bigjs-adapter": "^2.4.0",
"browserify": "^13.0.0",
"disc": "^1.3.2",
"gulp": "^3.9.1",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"integer-base-converter": "^0.1.1",
"rimraf": "^2.5.1",
"should": "^8.2.2"
},
"dependencies": {
"base-conversion-from-dec": "^2.0.0",
"base-conversion-to-dec": "^3.1.0",
"core-arbitrary-precision": "^2.1.0",
"div-arbitrary-precision": "^1.1.0",
"floating-adapter": "^1.3.0",
"mod-arbitrary-precision": "^1.1.0",
"plus-arbitrary-precision": "^1.1.0",
"pow-arbitrary-precision": "^2.1.0",
"ramda": "^0.21.0",
"string-translate": "^1.0.0",
"times-arbitrary-precision": "^1.1.0",
"to-decimal-arbitrary-precision": "^1.0.2"
}
}