UNPKG

customize

Version:

A simple framework to create customizable engines

52 lines (51 loc) 1.15 kB
{ "name": "customize", "version": "4.0.4", "description": "A simple framework to create customizable engines", "author": { "name": "Nils Knappmeier", "email": "npm@knappi.org", "url": "https://github.com/nknapp" }, "main": "index.js", "license": "MIT", "scripts": { "test": "mocha", "thought": "thought run -a", "version": "yarn thought" }, "dependencies": { "debug": "^4.1.1", "deep-aplus": "^1.0.4", "glob": "^7.1.6", "jsonschema": "^1.2.4", "lodash.mergewith": "^4.6.2" }, "standard": { "ignore": [ "test/fixtures/**" ] }, "files": [ "lib", "index.js", "helpers-io.js" ], "keywords": [], "devDependencies": { "json-stable-stringify": "^1.0.1", "stream-to-string": "^1.2.0" }, "repository": { "type": "git", "url": "https://github.com/bootprint/bootprint-monorepo.git", "directory": "packages/customize" }, "bugs": { "url": "https://github.com/bootprint/bootprint-monorepo/issues" }, "funding": { "url": "https://en.liberapay.com/bootprint.js" }, "gitHead": "63535d5b7ab4a56aa19c775e66365551ae2cb86c" }