structure-event-collector
Version:
Collect arbitrary events
67 lines (66 loc) • 2.11 kB
JSON
{
"name": "structure-event-collector",
"version": "0.1.3",
"description": "Collect arbitrary events",
"main": "dist/index.js",
"scripts": {
"compile": "node_modules/.bin/babel src -d dist -D -s",
"prepublish": "npm run compile",
"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"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"express": "^4.14.0",
"mixpanel": "^0.7.0",
"structure-dispatcher": "^0.1.12",
"structure-driver": "^0.1.1",
"structure-root-controller": "^0.1.3",
"structure-root-model": "^0.1.11"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.1.11",
"chai": "^3.5.0",
"dotenv": "^4.0.0",
"eslint": "^3.5.0",
"expect": "^1.20.2",
"express": "^4.14.0",
"forever": "^0.15.2",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.0.2",
"reqlite": "^2.3.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"structure-middleware": "^0.1.0",
"structure-migrations": "^0.1.3",
"structure-plugins": "^0.1.0",
"structure-router": "^0.1.0",
"structure-server": "^0.1.7",
"supertest": "^2.0.0",
"supertest-as-promised": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f12/structure-event-collector.git"
},
"keywords": [
"Structure",
"Events",
"Collect",
"Collection"
],
"author": "Chris Abrams <mail@chrisabrams.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/f12/structure-event-collector/issues"
},
"homepage": "https://github.com/f12/structure-event-collector#readme"
}