plastiq-router
Version:
model driven router for plastiq
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "plastiq-router",
"version": "2.18.0",
"description": "model driven router for plastiq",
"main": "index.js",
"scripts": {
"test": "karma start --single-run --browsers PhantomJS && mocha test/server"
},
"author": "Tim Macfarlane <timmacfarlane@gmail.com>",
"license": "MIT",
"dependencies": {
"routism": "1.2.0"
},
"peerDependencies": {
"plastiq": "^1.14.0"
},
"devDependencies": {
"browser-monkey": "1.28.2",
"browserify": "13.0.0",
"chai": "3.5.0",
"karma": "0.13.22",
"karma-browserify": "5.0.3",
"karma-chrome-launcher": "0.2.3",
"karma-cli": "0.1.2",
"karma-mocha": "1.1.1",
"karma-mocha-reporter": "2.1.0",
"karma-phantomjs-launcher": "1.0.0",
"lie": "3.0.2",
"mocha": "2.4.5",
"phantomjs-prebuilt": "2.1.7",
"plastiq": "1.28.0",
"watchify": "3.7.0"
},
"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"
}