UNPKG

crediful-bower

Version:

Grunt plugin which helps migrating from Bower to npm.

51 lines (50 loc) 1.23 kB
{ "dependencies": { "chalk": "2.3.0", "fs-extra": "4.0.2", "glob": "7.1.2" }, "devDependencies": { "eslint": "4.18.2", "eslint-config-prettier": "2.9.0", "eslint-plugin-prettier": "2.4.0", "grunt": "1.0.2", "jasmine": "2.8.0", "prettier": "1.7.4" }, "description": "Grunt plugin which helps migrating from Bower to npm.", "license": "GPL-3.0", "files": [ "tasks" ], "keywords": [ "bower", "bower_components", "dependencies", "exportsOverride", "grunt", "gruntjs", "gruntplugin", "migrate", "migration", "node_modules", "npm", "tasks" ], "name": "crediful-bower", "repository": { "type": "git", "url": "git+https://github.com/crediful/crediful-bower.git" }, "scripts": { "fix": "yarn lint:config --write && yarn lint:script --fix", "lint": "yarn lint:script", "lint:config": "prettier --ignore-path .gitignore \"**/*.json\"", "lint:script": "eslint --ignore-path .gitignore \"**/*.js\"", "start": "grunt", "test": "jasmine", "preversion": "yarn test", "postversion": "git push && git push --tags" }, "version": "0.0.5" }