UNPKG

@skeate/mimosa-defeature

Version:

A mimosa module for flagging features and removing them from a project build

38 lines (37 loc) 751 B
{ "name": "@skeate/mimosa-defeature", "version": "2.0.0", "homepage": "https://github.com/jskeate/mimosa-defeature", "author": "Pedro Jaramillo", "description": "A mimosa module for flagging features and removing them from a project build", "contributors": [ { "name": "Pedro Jaramillo", "email": "" }, { "name": "Jonathan Skeate" } ], "repository": { "type": "git", "url": "https://github.com/jskeate/mimosa-defeature" }, "keywords": [ "mimosa", "mmodule", "feature", "defeature" ], "dependencies": { "lodash": "2.4.1" }, "license": "MIT", "engines": { "node": ">=0.10" }, "main": "./src/index", "scripts": { "prepublish": "mimosa build" } }