UNPKG

paradigm-taxonomies

Version:
62 lines (61 loc) 1.96 kB
{ "name": "paradigm-taxonomies", "version": "1.0.0", "description": "Taxonomies", "main": "src/index.js", "dependencies": { "paradigm-slugs": "^0.1.0", "structure-dispatcher": "^0.1.7", "structure-driver": "^0.1.1", "structure-root-controller": "^0.1.3", "structure-root-model": "^0.1.11" }, "devDependencies": { "babel-core": "^6.23.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.1.11", "chai": "^3.5.0", "dotenv": "^4.0.0", "eslint": "^3.16.1", "expect": "^1.20.2", "express": "^4.15.0", "forever": "^0.15.3", "gulp": "^3.9.1", "gulp-eslint": "^3.0.1", "gulp-mocha": "^3.0.1", "mocha": "^3.2.0", "reqlite": "^2.3.0", "sinon": "^1.17.7", "sinon-chai": "^2.8.0", "structure-applications": "^0.1.6", "structure-auth-entity": "^0.1.0", "structure-middleware": "^0.1.0", "structure-migrations": "^0.1.1", "structure-organizations": "^0.1.4", "structure-plugins": "^0.1.0", "structure-router": "^0.1.0", "structure-server": "^0.1.0", "structure-test-helpers": "0.0.3", "supertest": "^3.0.0" }, "scripts": { "start-reqlite": "node_modules/forever/bin/forever start node_modules/reqlite/lib/node.js --port-offset 1 -s", "stop-reqlite": "node_modules/forever/bin/forever stop node_modules/reqlite/lib/node.js --port-offset 1 -s", "test": "export NODE_ENV=test && gulp stop-reqlite && npm run start-reqlite && gulp t && gulp stop-reqlite", "test:debug": "export LOG_LEVEL=debug && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/f12/paradigm-taxonomies.git" }, "keywords": [ "paradigm", "taxonomies" ], "author": "Chris Abrams <mail@chrisabrams.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/f12/paradigm-taxonomies/issues" }, "homepage": "https://github.com/f12/paradigm-taxonomies#readme" }