forked from CTI-CodeDay/WeVoteServer
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
24 lines (24 loc) · 565 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 565 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
{
"name": "WeVoteServer",
"version": "1.0.0",
"license": "MIT",
"description": "We vote server backend and front end ui",
"scripts": {
"test": "echo \"no test\" && exit 0",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://www.github.com/wevote/WeVoteServer"
},
"devDependencies": {
"react": "^0.14.3",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-devtools": "^2.1.5",
"snyk": "^1.251.0"
},
"dependencies": {},
"snyk": true
}