simple-squiggle

A restricted subset of Squiggle
Log | Files | Refs | README

package.json (1037B)


      1 {
      2     "name": "complex.js",
      3     "homepage": "https://github.com/infusion/Complex.js",
      4     "bugs": "https://github.com/infusion/Complex.js/issues",
      5     "title": "complex.js",
      6     "version": "2.1.1",
      7     "description": "A complex numbers library",
      8     "keywords": [
      9         "complex numbers",
     10         "math",
     11         "complex",
     12         "number",
     13         "calculus",
     14         "parser",
     15         "arithmetic"
     16     ],
     17     "author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)",
     18     "main": "complex",
     19     "types": "complex.d.ts",
     20     "private": false,
     21     "directories": {
     22         "example": "examples"
     23     },
     24     "readmeFilename": "README.md",
     25     "license": "MIT",
     26     "repository": {
     27         "type": "git",
     28         "url": "git://github.com/infusion/Complex.js.git"
     29     },
     30     "funding": {
     31         "type": "patreon",
     32         "url": "https://www.patreon.com/infusion"
     33     },
     34     "engines": {
     35         "node": "*"
     36     },
     37     "scripts": {
     38         "test": "mocha tests/*.js"
     39     },
     40     "devDependencies": {
     41         "mocha": "*"
     42     }
     43 }