-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 960 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 960 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
{
"name": "hospital-checkup",
"description": "Explore hospital quality data for Atlanta area hospitals.",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-aws": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-htmlmin": "~0.1.1",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-rename": "~0.0.3",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-imagemin": "~0.7.0",
"grunt-processhtml": "~0.3.3",
"grunt-bowercopy": "~1.0.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-express": "~1.3.5",
"grunt-open": "~0.2.3",
"grunt-usemin": "~2.1.1",
"selenium-chromedriver": "0.0.1",
"selenium-webdriver": "^2.42.1",
"grunt-sql-bakery": "0.0.2"
},
"repository": {
"type": "git",
"url": "[email protected]:ajcnewsapp/hospitalcheckup.git"
}
}