esformatter-dot-notation
Version:
esformatter plugin for transforming object bracket usage to dot notation
45 lines (44 loc) • 936 B
JSON
{
"name": "esformatter-dot-notation",
"version": "1.3.1",
"description": "esformatter plugin for transforming object bracket usage to dot notation",
"repository": "pgilad/esformatter-dot-notation",
"license": "MIT",
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com",
"url": "http://giladpeleg.com"
},
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec tests"
},
"keywords": [
"esformatter",
"esformatter-plugin",
"string",
"dot-notation",
"literal",
"AST",
"rocambole",
"esprima",
"codestyle"
],
"dependencies": {
"rocambole": "^0.6.0",
"rocambole-token": "^1.2.1",
"unquoted-property-validator": "^1.0.0"
},
"devDependencies": {
"chai": "^2.3.0",
"esformatter": "^0.7.0",
"esformatter-quotes": "^1.0.1",
"mocha": "^2.2.4"
}
}