36 lines
760 B
JSON
36 lines
760 B
JSON
|
{
|
||
|
"name": "is-es2016-keyword",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Determine if string is an ES2016 keyword.",
|
||
|
"main": "index.js",
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "eslint index.js test.js && node test.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/inikulin/is-es2016-keyword.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"ES2016",
|
||
|
"ECMAScript",
|
||
|
"keyword",
|
||
|
"ES6",
|
||
|
"ES7"
|
||
|
],
|
||
|
"author": "Ivan Nikulin (ifaaan@gmail.com)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/inikulin/is-es2016-keyword/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/inikulin/is-es2016-keyword#readme",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^1.10.3"
|
||
|
}
|
||
|
}
|