-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.07 KB
/
package.json
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
28
29
30
{
"name": "project1",
"version": "1.0.0",
"description": "### Problem/Description: * Let users search by political issue of their choice * Site will display upcoming bills relevant to the issue search by the user * Bills will be displayed in a new page * If user wishes to 'get involved' they can click on a button * Button will trigger asking user for their location in order to display local politicians they can contact",
"main": "sample.js",
"dependencies": {
"eslint-config-airbnb": "^16.1.0",
"interactjs": "^1.3.3",
"npm": "^5.8.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scoslo5512/Project1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/scoslo5512/Project1/issues"
},
"homepage": "https://github.com/scoslo5512/Project1#readme"
}