UNPKG

819 BJSONView Raw
1{
2 "name": "annomath",
3 "description": "Annotated math utilities for JavaScript",
4 "author": "Juho Vepsalainen <bebraw@gmail.com>",
5 "version": "0.3.2",
6 "dependencies": {
7 "annois": "0.3.0",
8 "annotate": "0.9.0",
9 "require-dir": "0.1.0"
10 },
11 "devDependencies": {
12 "annogenerate": "0.6.2",
13 "annofuzz": "0.4.4"
14 },
15 "scripts": {
16 "test": "node ./tests"
17 },
18 "main": "./lib",
19 "repository": {
20 "type": "git",
21 "url": "git@github.com:annojs/math.git"
22 },
23 "directories": {
24 "lib": "./lib"
25 },
26 "homepage": "https://github.com/annojs/math",
27 "bugs": {
28 "url": "https://github.com/annojs/math/issues"
29 },
30 "keywords": [
31 "math",
32 "utilities"
33 ],
34 "licenses": [
35 {
36 "type": "MIT",
37 "url": "https://github.com/annojs/math/blob/master/LICENSE"
38 }
39 ]
40}