-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.23 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
{
"name": "living-wage-map",
"version": "0.0.0",
"description": "In many American communities, families working in low-wage jobs make insufficient income to live locally given the local cost of living. The is a Esri Story Map that explores MIT Living Wage Calculator Data.",
"repository": {
"type": "git",
"url": "https://github.com/ssylvia/living-wage-map.git"
},
"author": "Esri",
"license": "Apache",
"bugs": {
"url": "https://github.com/ssylvia/living-wage-map/issues"
},
"homepage": "http://storymaps.esri.com/stories/2015/living-wage-map",
"devDependencies": {
"confidence": "^1.2.0",
"glue": "^2.1.1",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-concurrent": "^2.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-fontello": "^0.1.3",
"grunt-nodemon": "^0.4.0",
"grunt-open": "^0.2.3",
"grunt-swig-templates": "^0.1.4",
"grunt-text-replace": "^0.4.0",
"hoek": "^2.14.0",
"matchdep": "^0.3.0",
"path": "^0.11.14",
"swig": "^1.4.2"
},
"dependencies": {}
}