-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 738 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "coderbyte-solutions",
"version": "1.0.0",
"description": "Coderbyte-Solutions ===================",
"main": "index.js",
"scripts": {
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZLester/Coderbyte-Solutions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZLester/Coderbyte-Solutions/issues"
},
"homepage": "https://github.com/ZLester/Coderbyte-Solutions#readme",
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}