UNPKG

applugins

Version:

Simple modular application architecture

47 lines (46 loc) 1.04 kB
{ "name": "applugins", "version": "2.0.0", "description": "Simple modular application architecture", "keywords": [ "application", "plugins", "js6" ], "author": { "name": "Aliaksandr Litskevich", "url": "http://google.com/+Alex.Litskevich" }, "license": "Apache-2.0", "scripts": { "build": "gulp build", "default": "gulp" }, "repository": { "type": "git", "url": "https://github.com/alitskevich/applugins.git" }, "engines": { "node": ">= 0.10.x", "npm": ">= 1.0.0" }, "dependencies": {}, "devDependencies": { "babel": "^5.8.23", "babel-runtime": "^5.8.29", "babelify": "^6.3.0", "browserify": "^11.0.1", "chai": "^3.2.0", "gulp": "^3.8.9", "gulp-load-plugins": "^0.8.0", "gulp-mocha": "^2.1.3", "gulp-sourcemaps": "^1.5.2", "gulp-util": "^3.0.6", "gulp-webserver": "^0.9.1", "mocha": "^2.1.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.4.0" }, "main": "./index.es6" }