UNPKG

concern

Version:

A library for seperating your application logic into concerns.

30 lines (29 loc) 948 B
{ "name": "concern", "version": "0.0.2", "description": "A library for seperating your application logic into concerns.", "main": " ", "scripts": { "test": "./node_modules/.bin/mocha --opts mocha.opts test", "build": "rm -R lib; mkdir -p lib; ./node_modules/.bin/babel -D src -s inline -d lib" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-es2015-function-name": "^6.9.0", "babel-preset-es2015": "^6.14.0", "babel-register": "^6.14.0", "bcrypt": "^0.8.7", "jaguarjs-jsdoc": "^1.0.1", "mocha": "^2.3.4", "must": "^0.13.1", "source-map-support": "^0.4.3" }, "author": "Lasana Murray <dev@quenk.com> (http://quenk.com)", "license": "Apache-2.0", "dependencies": { "babel-plugin-transform-export-extensions": "^6.8.0", "es6-error": "^3.1.0", "jsdoc": "git+https://github.com/jsdoc3/jsdoc.git" } }