forked from cs-slick/slick
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.09 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.09 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "slick",
"version": "1.0.0",
"description": "Slack for Music: provide real time event driven collaboration between users for synchronized music playback and DJ delegation",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/gulp",
"test": "mocha ./server/test/*.js || exit 0",
"start": "NODE_ENV=production gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midMEETdle/slick"
},
"engines": {
"Node": "5.8.0"
},
"author": "Michael Blanchard, Sandra Winkler, Bryan Kitchener, Matt McLaughlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/midMEETdle/slick"
},
"homepage": "https://github.com/midMEETdle/slick",
"dependencies": {
"body-parser": "^1.15.1",
"cors": "^2.7.1",
"express": "^4.13.4",
"lodash": "^4.13.1",
"node": "0.0.0",
"node-gracenote": "github:ddanninger/node-gracenote",
"node-jsdom": "^3.1.5",
"request": "^2.72.0",
"querystring": "^0.2.0",
"socket.io": "^1.4.6",
"socket.io-client": "^1.4.6"
},
"devDependencies": {
"babel-core": "6.10.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"chai-enzyme": "^0.4.2",
"enzyme": "^2.3.0",
"eslint": "2.13.1",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "1.9.2",
"eslint-plugin-jsx-a11y": "1.5.3",
"eslint-plugin-react": "5.2.2",
"gulp": "^3.9.1",
"gulp-gzip": "1.4.0",
"gulp-nodemon": "^2.0.7",
"gulp-notify": "2.2.0",
"gulp-uglify": "1.5.4",
"gulp-util": "^3.0.7",
"jquery": "^2.2.4",
"mocha": "^2.5.3",
"mocha-jsdom": "^1.1.0",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0",
"react-youtube": "^6.1.0",
"reactify": "^1.1.1",
"skin-deep": "^0.16.0",
"snazzy": "4.0.0",
"standard": "7.1.0",
"supertest": "^1.2.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"whatwg-fetch": "^1.0.0",
"youtube-player": "^3.0.4"
}
}