-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
42 lines (42 loc) · 1.03 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ungentry",
"version": "1.0.0",
"description": "An open source mapping exploration of cost of living in the greater Boton area",
"main": "main.js",
"scripts": {
"test": "ok"
},
"repository": {
"type": "git",
"url": "https://github.com/codeforboston/ungentry.git"
},
"keywords": [
"gentrification",
"maps",
"census",
"ACS"
],
"author": "Code for Boston",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeforboston/ungentry/issues"
},
"homepage": "https://github.com/codeforboston/ungentry",
"devDependencies": {
"almond": "^0.3.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.0",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.1",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.2",
"gulp-notify": "^2.2.0",
"gulp-requirejs-optimize": "^0.1.3",
"gulp-util": "^3.0.4",
"imagemin-pngquant": "^4.1.0",
"jshint-stylish": "^1.0.0"
}
}