UNPKG

lulo-plugin-substring

Version:

lulo substring is a plugin for [lulo](https://github.com/carlnordenfelt/lulo).

42 lines (41 loc) 1.27 kB
{ "name": "lulo-plugin-substring", "version": "1.0.0", "scripts": { "lint": "eslint src tests", "test-unit": "NODE_ENV=TEST istanbul cover --include-all-sources true -x src/**/cfn-response.js -i \"src/**/*.js\" node_modules/.bin/_mocha ./tests/unit -- --recursive", "check-coverage": "NODE_ENV=TEST istanbul check-coverage --statement 100 --branches 100 --functions 100 --lines 100", "test": "npm run lint && npm run test-unit && npm run check-coverage", "prepublish": "npm test" }, "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/carlnordenfelt/lulo-plugin-lowercase" }, "keywords": [ "AWS", "CloudFormation", "Custom Resource", "Plugin", "Lulo", "Substring" ], "author": "Carl Nordenfelt", "license": "MIT", "issues": { "url": "https://github.com/carlnordenfelt/lulo-plugin-lowercase/issues" }, "homepage": "https://github.com/carlnordenfelt/lulo-plugin-lowercase", "devDependencies": { "chai": "3.5.0", "coveralls": "2.11.9", "eslint": "3.0.1", "eslint-config-defaults": "9.0.0", "eslint-plugin-filenames": "1.0.0", "eslint-plugin-import": "1.10.2", "istanbul": "0.4.4", "mocha": "2.5.3", "should": "9.0.2" } }