forked from irregulargentlewomen/highbar.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 982 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
29
30
31
32
33
34
35
36
37
{
"name": "highbar.info",
"version": "1.0.0",
"description": "a political project",
"main": "gulpfile.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/irregulargentlewomen/highbar.info.git"
},
"author": "Betsy Haibel, Elizabeth Yalkut",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/irregulargentlewomen/highbar.info/issues"
},
"homepage": "https://github.com/irregulargentlewomen/highbar.info#readme",
"devDependencies": {
"browserify": "^13.0.0",
"del": "^2.2.0",
"gh-pages": "^0.8.0",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-connect": "^2.3.1",
"gulp-debug": "^2.1.2",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.7",
"markdown": "^0.5.0",
"uglify": "^0.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"jquery": "^2.2.0",
"lodash.shuffle": "^4.0.0"
}
}