-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 967 Bytes
/
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
{
"name": "bigjs-adapter",
"version": "2.4.2",
"description": "big.js adapter for linear-arbitrary-precision",
"main": "src/bigjs-adapter.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javiercejudo/bigjs-adapter.git"
},
"keywords": [
"linear-arbitrary-precision-adapter",
"arbitrary-precision-adapter"
],
"author": "Javier Cejudo <[email protected]> (http://www.javiercejudo.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/javiercejudo/bigjs-adapter/issues"
},
"homepage": "https://github.com/javiercejudo/bigjs-adapter#readme",
"devDependencies": {
"arbitrary-precision": "^1.1.2",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"rimraf": "^2.4.3",
"should": "^8.0.1"
},
"dependencies": {
"big.js": "^3.1.3",
"lodash.identity": "^3.0.0"
}
}