forked from metabrainz/critiquebrainz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 870 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
{
"name": "critiquebrainz",
"description": "package.json for keeping track of nodejs dependencies for critiquebrainz",
"repository": {
"type": "git",
"url": "https://github.com/metabrainz/critiquebrainz.git"
},
"dependencies": {
"babel-core": "6.25.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babelify": "7.3.0",
"bootstrap": "3.3.7",
"bootstrap-rating-input": "0.4.0",
"envify": "4.1.0",
"gulp": "3.9.1",
"gulp-less": "3.3.2",
"gulp-rev": "7.1.2",
"gulp-streamify": "1.0.2",
"jquery": "3.2.1",
"leaflet": "1.1.0",
"less": "2.7.2",
"less-plugin-clean-css": "1.5.1",
"lodash": "4.17.4",
"path": "0.12.7",
"q": "1.5.0",
"simplemde": "^1.11.2",
"through2": "2.0.3",
"vinyl-source-stream": "1.1.0",
"yarb": "0.8.0"
},
"private": true
}