2025-03-29 16:39:29 -07:00
|
|
|
{
|
|
|
|
name: 'nanomath',
|
|
|
|
version: '1.0.0',
|
|
|
|
description: 'Sequel to mathjs as prototype for mathjs overhaul',
|
|
|
|
scripts: {
|
2025-04-07 16:18:46 +00:00
|
|
|
test: 'mocha ./**/*.spec.js',
|
2025-03-29 16:39:29 -07:00
|
|
|
},
|
2025-04-07 16:18:46 +00:00
|
|
|
keywords: [
|
|
|
|
'math',
|
|
|
|
'algebra',
|
|
|
|
],
|
2025-03-29 16:39:29 -07:00
|
|
|
author: 'Glen Whitney',
|
|
|
|
license: 'Apache 2.0',
|
|
|
|
repository: {
|
|
|
|
type: 'git',
|
|
|
|
url: 'https://code.studioinfinity.org/glen/nanomath.git',
|
|
|
|
},
|
2025-04-07 16:18:46 +00:00
|
|
|
devDependencies: {
|
|
|
|
mocha: '^11.1.0',
|
|
|
|
},
|
2025-04-13 16:29:51 +00:00
|
|
|
dependencies: {
|
|
|
|
'array-keyed-map': '^2.1.3',
|
|
|
|
},
|
2025-03-29 16:39:29 -07:00
|
|
|
}
|