plastiq-router
Version:
model driven router for plastiq
42 lines (41 loc) • 952 B
JSON
{
"name": "plastiq-router",
"version": "2.7.2",
"description": "model driven router for plastiq",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Tim Macfarlane <timmacfarlane@gmail.com>",
"license": "MIT",
"dependencies": {
"routism": "1.2.0"
},
"peerDependencies": {
"plastiq": "^1.14.0"
},
"devDependencies": {
"browser-monkey": "1.10.0",
"chai": "3.0.0",
"karma": "0.12.37",
"karma-browserify": "4.2.1",
"karma-chrome-launcher": "0.2.0",
"karma-cli": "0.1.0",
"karma-mocha": "0.2.0",
"karma-mocha-reporter": "1.0.2",
"mocha": "2.2.5",
"plastiq": "1.17.2"
},
"repository": {
"type": "git",
"url": "https://github.com/featurist/plastiq-router.git"
},
"keywords": [
"plastiq",
"router"
],
"bugs": {
"url": "https://github.com/featurist/plastiq-router/issues"
},
"homepage": "https://github.com/featurist/plastiq-router"
}