-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.55 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
48
49
50
51
52
53
54
{
"name": "soundcloud-playlist",
"version": "1.0.0",
"description": "This project was made because soundcloud was lacking a shuffle mode while playing a playlist. Then, it just become what I wanted to quickly listen to my playlist.",
"main": "index.html",
"scripts": {
"start": "gulp",
"build": "gulp build --prod",
"publish": "npm run build && git commit -am 'Build' && git ps origin gh-pages",
"start-app": "gulp build-app && electron main.js",
"build-app": "gulp build-app --prod"
},
"repository": {
"type": "git",
"url": "https://github.com/Calvein/soundcloud-playlist.git"
},
"bugs": {
"url": "https://github.com/Calvein/soundcloud-playlist/issues"
},
"keywords": [
"soundcloud",
"playlist"
],
"homepage": "https://github.com/Calvein/soundcloud-playlist",
"author": "François Robichet <calvein>",
"license": "ISC",
"devDependencies": {
"browserify": "^5.10.1",
"browserify-jade": "^0.1.1",
"coffeeify": "^0.7.0",
"connect": "^3.1.1",
"connect-livereload": "^0.5.3",
"electron-prebuilt": "^0.34.2",
"growl": "^1.8.1",
"gulp": "^3.9.0",
"gulp-coffee": "^2.1.1",
"gulp-duration": "0.0.0",
"gulp-jade": "^0.7.0",
"gulp-streamify": "0.0.5",
"gulp-stylus": "^1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.0",
"jade": "^1.5.0",
"serve-static": "^1.5.3",
"tiny-lr": "^0.1.1",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.2"
},
"dependencies": {
"bamjs": "^1.0.2",
"sortablejs": "^1.1.1",
"store": "^1.3.17"
}
}