unquoted-property-validator
Version:
Unquoted JavaScript property name validator
40 lines (39 loc) • 792 B
JSON
{
"name": "unquoted-property-validator",
"version": "1.1.0",
"description": "Unquoted JavaScript property name validator",
"repository": "pgilad/unquoted-property-validator",
"license": "MIT",
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com",
"url": "http://giladpeleg.com"
},
"main": "index.js",
"typings": "./index.d.ts",
"files": [
"index.js",
"index.d.ts",
"lib"
],
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "mocha -R spec ./tests/test.js",
"watch": "mocha -w -R spec ./tests/test.js"
},
"keywords": [
"string",
"literal",
"mathias",
"brackets",
"dot notation",
"validation",
"code-style"
],
"devDependencies": {
"expect.js": "*",
"mocha": "*"
}
}