-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (46 loc) · 1.01 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
{
"name": "form-frog-reporting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"coverart": "0.0.1",
"express": "^4.13.3",
"keypress": "^0.2.1",
"lastfm": "^0.9.2",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mopidy": "^0.5.0",
"musicbrainz": "^0.2.6",
"path": "^0.12.7",
"q": "^2.0.3",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-router": "^0.13.5",
"reactify": "^1.1.1",
"request": "^2.65.0",
"reqwest": "^2.0.5",
"socket.io": "^1.3.7"
},
"devDependencies": {
"browserify": "*",
"browserify-shim": "*",
"gulp": "*",
"gulp-browserify": "*",
"gulp-concat": "*",
"gulp-jshint": "*",
"gulp-jsx": "*",
"gulp-less": "*",
"gulp-livereload": "*",
"gulp-plumber": "*",
"gulp-react": "*",
"gulp-util": "*",
"jshint-stylish": "*"
}
}