UNPKG

853 BJSONView Raw
1{
2 "name": "@oneisland/math",
3 "private": false,
4 "version": "0.0.3",
5 "description": "A simple library which extends mathjs for doing math in JavaScript",
6 "keywords": [
7 "math",
8 "mathjs",
9 "oneisland"
10 ],
11 "main": "lib/index.js",
12 "scripts": {
13 "build": "oneisland-babler lib",
14 "prepublishOnly": "npm run build"
15 },
16 "dependencies": {
17 "mathjs": "^6.2.2"
18 },
19 "devDependencies": {
20 "@oneisland/babler": "0.0.7",
21 "@oneisland/linter": "0.0.9"
22 },
23 "homepage": "https://github.com/oneislandearth/math#readme",
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/oneislandearth/math.git"
27 },
28 "bugs": {
29 "url": "https://github.com/oneislandearth/math/issues"
30 },
31 "contributors": [
32 "Daniel Larkin <daniel@oneisland.io>",
33 "Alex Ryde <alex@oneisland.io>"
34 ],
35 "license": "MIT"
36}