UNPKG

gruntfile-editor

Version:

API to modify the content of a Gruntfile.js file

54 lines (53 loc) 1.14 kB
{ "name": "gruntfile-editor", "version": "1.2.1", "description": "API to modify the content of a Gruntfile.js file", "author": "Simon Boudrias <admin@simonboudrias.com>", "files": [ "lib" ], "main": "lib/index.js", "keywords": [ "gruntfile", "ast" ], "license": "MIT", "scripts": { "test": "gulp", "prepublish": "gulp prepublish" }, "repository": "SBoudrias/gruntfile-editor", "dependencies": { "ast-query": "^2.0.0", "lodash": "^4.6.1" }, "devDependencies": { "mocha": "^3.1.2", "eslint": "^3.10.2", "eslint-config-xo-space": "^0.15.0", "gulp": "^3.9.0", "gulp-eslint": "^3.0.1", "gulp-exclude-gitignore": "^1.0.0", "gulp-line-ending-corrector": "^1.0.1", "gulp-istanbul": "^1.1.1", "gulp-mocha": "^3.0.1", "gulp-plumber": "^1.0.0", "gulp-nsp": "^2.1.0", "gulp-coveralls": "^0.1.0" }, "eslintConfig": { "extends": "xo-space", "env": { "mocha": true }, "rules": { "eqeqeq": [ 2, "allow-null" ], "no-eq-null": 0, "no-mixed-operators": 0, "quotes": 0 } } }