UNPKG

ngx-mathquill

Version:

A thin typescript wrapper around mathquill

43 lines (42 loc) 1.22 kB
{ "name": "ngx-mathquill", "version": "2.1.5", "description": "A thin typescript wrapper around mathquill", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "mocha --reporter spec --timeout 15000 --compilers ts:ts-node/register '**/*.test.ts'", "pub": "tsc && git add --all && git commit -m update && git push && npm version patch && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com:joaofogoncalves/ngx-mathquill.git" }, "keywords": [ "mathquill", "typescript", "wrapper" ], "author": "João Gonçalves <joao.f.o.goncalves@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com:joaofogoncalves/ngx-mathquill/issues" }, "homepage": "https://github.com:joaofogoncalves/ngx-mathquill#readme", "dependencies": { "jquery": "^3.3.1" }, "devDependencies": { "@types/chai": "^3.4.34", "@types/jquery": "^3.3.29", "@types/mocha": "^2.2.32", "chai": "^3.5.0", "css-loader": "^2.1.1", "express": "^4.15.3", "extract-text-webpack-plugin": "^4.0.0-beta.0", "karma-mocha": "^1.3.0", "mocha": "^6.1.2", "ts-node": "^1.6.1", "typescript": "^2.0.6" } }