-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 814 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 814 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
28
29
30
31
32
33
{
"name": "vote",
"version": "1.0.0",
"description": "A small website highlighting local issues to give people reasons to vote in the next Cambridge municipal election.",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.6.0",
"gulp-replace": "^0.6.1",
"node-static": "^0.7.9",
"read-file": "^0.2.0"
},
"devDependencies": {},
"scripts": {
"gulp": "gulp",
"gulp-watch": "gulp watch",
"serve": "static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seakelps/votelocal.git"
},
"keywords": [
"cambridge",
"votelocal"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/seakelps/votelocal/issues"
},
"homepage": "https://github.com/seakelps/votelocal#readme"
}