UNPKG

1.11 kBJSONView Raw
1{
2 "name": "rationals",
3 "description": "rational numbers with operations",
4 "version": "0.0.14",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha",
8 "prepublish": "npm test"
9 },
10 "dependencies": {
11 "totemizer": "0.0.4",
12 "boo": "~1.2.4"
13 },
14 "devDependencies": {
15 "mocha": "*",
16 "expect.js": "*"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/ashnur/rationals.git"
21 },
22 "bugs": {
23 "url": "https://github.com/ashnur/rationals/issues"
24 },
25 "testling": {
26 "files": "test/*.js",
27 "browsers": [
28 "iexplore/6.0",
29 "iexplore/7.0",
30 "iexplore/8.0",
31 "iexplore/9.0",
32 "iexplore/10.0",
33 "chrome/4.0",
34 "chrome/23.0",
35 "firefox/3.0",
36 "firefox/17.0",
37 "opera/10.0",
38 "opera/12.0",
39 "safari/5.0.5",
40 "safari/5.1"
41 ],
42 "harness": "mocha"
43 },
44 "keywords": [
45 "rational numbers",
46 "rationals",
47 "rational arithmetic",
48 "dividing with zero",
49 "infinity",
50 "origo",
51 "numbers"
52 ],
53 "author": "ashnur",
54 "license": "DAFUQ",
55 "readmeFilename": "README.md"
56}