package.json
{
"name": "tenon-cli",
"version": "1.0.3",
"description": "A CLI for the Node wrapper of the Tenon.io API.",
"engines": {
"node": ">=4"
},
"main": "./bin",
"bin": {
"tenon-cli": "bin/tenon-cli.js"
},
"files": [
"bin"
],
"scripts": {
"compile": "babel --presets es2015,stage-0 -d bin/ tenon-cli.js index.js",
"test": "mocha --compilers js:babel-core/register test/",
"lint": "eslint tenon-cli.js"
},
"directories": {
"test": "test"
},
"dependencies": {
"commander": "^2.9.0",
"decache": "^4.3.0",
"get-stdin": "^5.0.1",
"tenon-node": "^0.4.0",
"tenon-reporters": "^0.1.3"
},
"license": "ISC",
"author": "Tenon <deployments@tenon.io>",
"contributors": [
"Nater Kane <nater@naterkane.com> https://github.com/naterkane",
"Marcel https://github.com/ortutay",
"tjkix2006 https://github.com/tjkix2006"
],
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"eslint": "~3.7.1",
"eslint-config-airbnb": "~12.0.0",
"eslint-loader": "1.5.0",
"eslint-plugin-import": "~2.0.1",
"eslint-plugin-jsx-a11y": "~2.2.3",
"eslint-plugin-mocha": "~4.6.0",
"eslint-plugin-node": "~2.1.2",
"eslint-plugin-react": "~6.4.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jsonlint": "^1.1.0",
"grunt-travis-lint": "0.0.3",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.0.2",
"time-grunt": "^1.4.0",
"travis-lint": "^1.0.0"
},
"keywords": [
"tenon",
"a11y",
"accessibility",
"508",
"Section 508",
"WCAG",
"tenon.io",
"tenon-api",
"cli",
"testing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tenon-io/tenon-cli.git"
},
"bugs": {
"url": "https://github.com/tenon-io/tenon-cli/issues"
},
"homepage": "https://github.com/tenon-io/tenon-cli#readme"
}