rapid
Version:
A simple tool for rapidly creating components
78 lines (77 loc) • 1.69 kB
JSON
{
"name": "rapid",
"version": "3.1.0",
"description": "A simple tool for rapidly creating components",
"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
"license": "CC0-1.0",
"repository": "jonathantneal/rapid",
"homepage": "https://github.com/jonathantneal/rapid",
"bugs": "https://github.com/jonathantneal/rapid/issues",
"main": "index.js",
"files": [
"*.js",
"lib",
"prototype"
],
"bin": {
"rapid": "cli.js"
},
"scripts": {
"clean": "git clean -X -d -f",
"lint": "npm run lint:ec && npm run lint:js",
"lint:ec": "echint",
"lint:js": "eslint *.js lib/*.js lib/**/*.js --cache --ignore-pattern .gitignore",
"pre-commit": "echo 'Running pre-commit checks...' && exit 0",
"prepublish": "npm test",
"tape": "node cli dist test",
"test": "npm run lint && npm run tape"
},
"engines": {
"node": ">=6.5.0"
},
"dependencies": {
"eslit": "^4.1.0",
"mime-types": "^2.1.15",
"minimatch": "^3.0.3",
"postcss": "^5.2.16",
"resolve": "^1.3.2",
"rollup": "^0.41.6"
},
"devDependencies": {
"echint": "^4.0.1",
"echint-config-dev": "^1.0.0",
"eslint": "^3.18.0",
"eslint-config-dev": "^2.0.0",
"pre-commit": "^1.2.2"
},
"echint": {
"extends": "dev"
},
"eslintConfig": {
"extends": "dev"
},
"pre-commit": [
"pre-commit",
"lint"
],
"keywords": [
"dev",
"development",
"eslit",
"node",
"npm",
"parsing",
"plugins",
"postcss",
"resolves",
"resolving",
"rollup",
"sugars",
"tagged",
"templates",
"templatings",
"watch",
"web",
"webdev"
]
}