-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "ui-template",
"version": "0.1.0",
"description": "Bootstrapper for project.wnyc.org projects.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.wnyc.net:datanews/ui-template"
},
"author": "Noah Veltman, John Keefe, Jenny Ye, Alan Palazzolo, Kat Aaron, Sarah Gonzalez, Clarisa Diaz",
"license": "MIT",
"dependencies": {
"d3-dsv": "^1.0.1",
"d3-queue": "^3.0.3",
"dsv": "0.0.5",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-jshint": "^1.11.2",
"gulp-less": "^1.3.9",
"gulp-template": "^1.1.1",
"gulp-wrapper": "^0.1.42",
"html-entities": "^1.1.3",
"markdowneyjr": "^3.1.0",
"moment": "^2.12.0",
"sort-by": "^1.1.1",
"template": "^0.2.1",
"topojson": "^1.6.26",
"underscore": "^1.8.3",
"wherewolf": "^1.0.3"
},
"devDependencies": {
"connect-livereload": "^0.5.3",
"express": "^4.11.2",
"gulp-express": "^0.1.9"
}
}