@regang/keen-core
Version:
Core functionality powering Keen IO's modular JavaScript SDKs
46 lines (45 loc) • 1.36 kB
JSON
{
"name": "@regang/keen-core",
"version": "0.2.0",
"description": "Core functionality powering Keen IO's modular JavaScript SDKs",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/coorhair/keen-core.js.git"
},
"author": "Dustin Larimer <dustin@keen.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/coorhair/keen-core.js/issues"
},
"homepage": "https://github.com/coorhair/keen-core.js#readme",
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-awspublish": "^3.0.1",
"gulp-connect": "^3.1.0",
"gulp-eslint": "^2.0.0",
"gulp-flowtype": "^0.4.9",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-comments": "^2.4.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-yuicompressor": "0.0.3",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.1",
"karma-tap": "^1.0.4",
"karma-tap-reporter": "0.0.6",
"moment": "^2.12.0",
"tape": "^4.5.1",
"tape-run": "^2.1.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"component-emitter": "^1.2.0"
}
}