UNPKG

mimosa-lint

Version:

Linting module for Mimosa browser development workflow tool

41 lines (40 loc) 767 B
{ "name": "mimosa-lint", "version": "1.1.1", "homepage": "http://www.mimosa.io", "author": "David Bashford", "description": "Linting module for Mimosa browser development workflow tool", "contributors": [ { "name": "David Bashford", "email": "dbashford@hotmail.com" } ], "repository": { "type": "git", "url": "https://github.com/dbashford/mimosa-lint" }, "keywords": [ "javascript", "css", "mimosa", "mmodule", "lint", "hint", "linting", "hinting" ], "dependencies": { "csslint": "0.9.10", "jshint": "2.3.0", "lodash": "2.4.1" }, "license": "MIT", "engines": { "node": ">=0.8" }, "main": "./lib/index", "scripts": { "prepublish": "mimosa build" } }