-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "arbitrary-precision",
"version": "1.4.0",
"description": "Arbitrary precision",
"main": "src/arbitrary-precision.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javiercejudo/arbitrary-precision.git"
},
"keywords": [
"precision",
"arbitrary precision"
],
"author": "Javier Cejudo <[email protected]> (http://www.javiercejudo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/javiercejudo/arbitrary-precision/issues"
},
"homepage": "https://github.com/javiercejudo/arbitrary-precision#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"rimraf": "^2.4.3",
"should": "^8.3.1"
},
"dependencies": {
"floating-adapter": "^1.2.0",
"linear-arbitrary-precision": "^4.0.0",
"lodash.flow": "^3.2.1",
"pow-arbitrary-precision": "^2.0.2",
"sqrt-arbitrary-precision": "^1.0.0"
}
}