UNPKG

frntnd-class-with-plugins

Version:
85 lines (84 loc) 2.3 kB
{ "name": "frntnd-class-with-plugins", "version": "0.0.2", "description": "Class that can be extended using plugins", "main": "index.js", "scripts": { "build": "./node_modules/.bin/gulp build", "test": "./node_modules/.bin/gulp test" }, "repository": { "type": "git", "url": "git+https://github.com/jewetnitg/frntnd-class-with-plugins.git" }, "keywords": [ "class", "baseclass", "plugins" ], "author": "Rik Hoffbauer", "license": "ISC", "bugs": { "url": "https://github.com/jewetnitg/frntnd-class-with-plugins/issues" }, "homepage": "https://github.com/jewetnitg/frntnd-class-with-plugins#readme", "browserify": { "transform": [ "babelify" ] }, "dependencies": { "frntnd-promise-util": "0.0.1" }, "devDependencies": { "babel": "^5.8.21", "babel-core": "^5.8.3", "babelify": "^6.1.3", "browserify": "^10.2.6", "chai": "^3.0.0", "chai-as-promised": "^5.1.0", "gulp": "^3.9.0", "gulp-babel": "^5.1.0", "gulp-browserify": "^0.5.1", "gulp-connect": "^2.2.0", "gulp-gzip": "^1.2.0", "gulp-if": "^1.2.5", "gulp-jsdoc": "^0.1.4", "gulp-less": "^3.0.3", "gulp-load-plugins": "^0.10.0", "gulp-rimraf": "^0.1.1", "gulp-shell": "^0.4.2", "gulp-sourcemaps": "^1.5.2", "gulp-tar": "^1.4.0", "gulp-taskrunner": "0.0.1", "gulp-util": "^3.0.6", "include-all": "^0.1.6", "jsdoc": "^3.3.3", "jsdoc-babel": "^0.1.0", "karma": "^0.13.0", "karma-babel-preprocessor": "^5.2.1", "karma-browserify": "^4.2.1", "karma-chai": "^0.1.0", "karma-chai-as-promised": "^0.1.2", "karma-chrome-launcher": "^0.1.12", "karma-es6-transpiler-preprocessor": "0.0.1", "karma-firefox-launcher": "^0.1.6", "karma-mocha": "^0.1.10", "karma-phantomjs-launcher": "^0.2.0", "karma-sinon": "^1.0.4", "karma-sinon-chai": "^1.1.0", "karma-spec-reporter": "0.0.19", "mocha": "^2.2.5", "phantomjs": "^1.9.17", "phantomjs-polyfill": "0.0.1", "proxyquire": "^1.6.0", "proxyquireify": "^2.1.0", "rimraf": "^2.4.1", "run-sequence": "^1.1.1", "sinon": "^1.15.1", "sinon-chai": "^2.8.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "yargs": "^3.15.0" } }