forked from open-austin/austin-park-equity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 773 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 773 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
{
"name": "austin_parks_equity",
"version": "1.0.0",
"description": "This is a civic app that aims to help visualize how Austin's park resources are distributed throughout the City of Austin.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/open-austin/Austin_Parks_Equity.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/open-austin/Austin_Parks_Equity/issues"
},
"homepage": "https://github.com/open-austin/Austin_Parks_Equity",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.2",
"gulp-util": "^3.0.5"
}
}