forked from metabrainz/acousticbrainz-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1009 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
{
"name": "acousticbrainz-server",
"version": "0.0.0",
"description": "package.json for keeping track of nodejs dependencies for acousticbrainz-server",
"repository": {
"type": "git",
"url": "https://github.com/metabrainz/acousticbrainz-server.git"
},
"dependencies": {
"babel-core": "6.2.1",
"babel-plugin-transform-react-constant-elements": "6.1.20",
"babel-plugin-transform-react-inline-elements": "6.1.20",
"babel-plugin-transform-react-jsx": "6.2.0",
"babel-preset-es2015": "6.1.18",
"babel-preset-stage-2": "6.1.18",
"babelify": "7.2.0",
"bootstrap": "3.3.6",
"gulp": "3.9.0",
"gulp-less": "3.0.5",
"gulp-rev": "6.0.1",
"gulp-streamify": "1.0.2",
"highcharts": "4.2.0",
"jquery": "2.1.4",
"less-plugin-clean-css": "1.5.1",
"lodash": "3.10.1",
"q": "1.4.1",
"react": "0.14.3",
"vinyl-source-stream": "1.1.0",
"yarb": "0.6.1"
},
"devDependencies": {
"gulp-watch": "4.3.5"
},
"private": true
}