BrailleGameOfLife/package.json
2019-09-24 02:48:31 +05:00

21 lines
458 B
JSON

{
"name": "life",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "ava"
},
"author": "",
"license": "MIT",
"devDependencies": {
"ava": "^2.4.0",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}