-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 929 Bytes
/
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
{
"name": "political-cartoon-visualizer",
"version": "1.0.0",
"description": "Visualization of political cartoon usage over time. Developed for an internship w/ the LoC as a demonstration of the Beyond Words dataset.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeffreyshen19/political-cartoon-bot.git"
},
"author": "Jeffrey Shen <jeffreyshencc@gmail.com> (http://jeffreyshen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffreyshen19/political-cartoon-bot/issues"
},
"homepage": "https://github.com/jeffreyshen19/political-cartoon-bot#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.0.2",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"gulp-webserver": "^0.9.1",
"request": "^2.87.0"
}
}