-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.47 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
61
62
{
"name": "neurofinder-leaderboard",
"version": "0.0.0",
"main": "lib/neurofinder-leaderboard.js",
"description": "Client side webapp.",
"homepage": "https://github.com/mathisonian/neurofinder-leaderboard",
"bugs": "https://github.com/mathisonian/neurofinder-leaderboard/issues",
"author": {
"name": "matthew conlen",
"email": ""
},
"repository": {
"type": "git",
"url": "https://github.com/mathisonian/neurofinder-leaderboard"
},
"keywords": [
"neurofinder-leaderboard",
""
],
"license": "MIT",
"dependencies": {
"ampersand-model": "^5.0.3",
"ampersand-rest-collection": "^4.0.0",
"ampersand-view": "^7.3.0",
"ampersand-view-switcher": "^2.0.0",
"colorbrewer": "0.0.2",
"d3": "~3.4.6",
"highlight.js": "^8.4.0",
"inherits": "~2.0.1",
"lodash": "~2.4.1"
},
"browserify": {
"transform": [
"jadeify"
]
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-util": "~2.2.14",
"gulp-livereload": "~1.3.1",
"gulp-uglify": "~0.2.1",
"gulp-browserify": "~0.5.0",
"gulp-csso": "~0.2.7",
"gulp-sass": "~0.7.1",
"path": "~0.4.9",
"gulp-if": "0.0.5",
"tiny-lr": "0.0.5",
"express": "~4.0.0",
"gulp-jade": "~0.5.0",
"gulp-s3": "~0.3.0",
"gulp-gzip": "0.0.6",
"gulp-buster": "~1.0.0",
"gulp-rename": "~1.2.0",
"colors": "~0.6.2",
"jade": "~1.3.1",
"browserify": "~4.1.8",
"jadeify": "~2.3.0"
},
"engines": {
"node": ">=0.8.0"
}
}