25 lines
825 B
JSON
25 lines
825 B
JSON
{
|
|
"name": "javascript-exercises",
|
|
"version": "1.0.0",
|
|
"description": "These are a series of javascript exercises intended to be used alongside the curriculum at 'The Odin Project' They start very simply, but get more involved as you progress through them.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TheOdinProject/javascript-exercises.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/TheOdinProject/javascript-exercises/issues"
|
|
},
|
|
"homepage": "https://github.com/TheOdinProject/javascript-exercises#readme",
|
|
"devDependencies": {
|
|
"eslint": "^4.13.1",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-plugin-import": "^2.8.0"
|
|
}
|
|
}
|