-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "MagicPlaylist",
"version": "1.0.0",
"description": "Get the playlist of your dreams based on a song",
"devDependencies": {
"babel-jest": "5.3.0",
"babelify": "6.4.0",
"browser-sync": "2.9.11",
"browserify": "11.2.0",
"gulp": "3.9.0",
"gulp-if": "2.0.0",
"gulp-jshint": "1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "1.2.2",
"gulp-streamify": "1.0.2",
"gulp-uglify": "1.4.2",
"jest-cli": "0.6.1",
"jshint-stylish": "2.0.1",
"lodash": "3.10.1",
"rimraf": "latest",
"vinyl-source-stream": "1.1.0",
"watchify": "3.5.0",
"yargs": "3.29.0",
"core-js": "^1.2.0",
"whatwg-fetch": "^0.9.0"
},
"dependencies": {
"flux": "2.1.1",
"react": "0.14.0",
"react-addons-css-transition-group": "0.14.0",
"react-autosuggest": "^2.1.1",
"react-dom": "0.14.0",
"spotify-sdk": "0.0.28"
},
"scripts": {
"dev": "gulp watch",
"build": "gulp build",
"deploy": "NODE_ENV=production gulp deploy --production",
"test": "jest"
},
"author": "loverajoel",
"license": "MIT"
}