-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.26 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "MapDistributionSlicer",
"description": "Time slices taxa distribution queries",
"version": "5.0.0",
"author": "Greg Traub <gtraub@acis.ufl.edu>",
"contributors": [
{
"name": "Greg Traub",
"email": "gtraub@acis.ufl.edu"
},
{
"name": "Joel Ramirez",
"email": "joel.ramirez001@gmail.com"
}
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "*",
"lodash": "*",
"express-expose": "*",
"consolidate": "*",
"swig": "*",
"openid": "*",
"hamljs": "*",
"async": "*",
"browserify": "*",
"jquery": "*",
"uglify-js": "*",
"bower": "*",
"envify": "*",
"request": "*",
"less": "*",
"leaflet": "*",
"chroma-js": "*"
},
"devDependencies": {
"assert": "*",
"docco": "*",
"chai": "*",
"mocha": "*",
"zombie": "*",
"lorem": "*",
"gulp": "^3.8.6",
"gulp-livereload": "^2.1.0",
"gulp-util": "^2.2.20",
"watchify": "^0.10.2",
"gulp-rename": "^1.2.0",
"gulp-less": "^1.3.6",
"vinyl-source-stream": "^1.0.0",
"gulp-browserify": "^0.5.0",
"gulp-uglify": "^1.1.0"
},
"keywords": [],
"repository": "git://github.com/gete76/growpodcast_player",
"engines": {
"node": "*"
}
}