babel-jscs
Version:
**babel-jscs** allows you to lint **ALL** valid Babel code with [JSCS](https://github.com/jscs-dev/node-jscs). Big thanks to @sebmck!
37 lines (36 loc) • 818 B
JSON
{
"name": "babel-jscs",
"version": "1.0.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jscs-dev/babel-jscs.git"
},
"dependencies": {
"babel-core": "^5.5.1",
"lodash.assign": "^3.2.0"
},
"scripts": {
"test": "mocha",
"lint": "./node_modules/.bin/jscs .",
"travis": "npm test && npm run lint"
},
"author": "Henry Zhu <hi@henryzoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jscs-dev/babel-jscs/issues"
},
"keywords": [
"babel-jscs",
"babel",
"jscs"
],
"homepage": "https://github.com/jscs-dev/babel-jscs",
"devDependencies": {
"jscs": "jscs-dev/node-jscs#master",
"esprima": "^2.2.0",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"mocha": "^2.2.5"
}
}