-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 836 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 836 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": "census_home",
"description": "An index page for our census projects.",
"version": "1.2.0",
"author": "Statesman Interactives <interactives@statesman.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:statesman/census-home.git"
},
"devDependencies": {
"grunt": "^0.4.0",
"grunt-bootlint": "^0.7.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ftpush": "^0.3.3",
"jshint": "^2.6.0",
"request": "^2.72.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"font-awesome": "^4.6.1",
"imagesloaded": "^4.1.0",
"jquery": "^3.0.1",
"masonry-layout": "^4.1.0",
"underscore": "^1.8.3"
}
}