forked from BobNisco/Spotlistr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.27 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
{
"name": "Spotlistr",
"version": "1.13.0",
"description": "Spotlistr is the easiest way to create playlists for Spotify!",
"main": "app.js",
"dependencies": {
"bower": "^1.8.0",
"express": "^4.10.1",
"querystring": "^0.2.0",
"request": "^2.47.0"
},
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-strip-debug": "^1.0.1",
"gulp-uglify": "^2.0.0",
"minimist": "^1.1.0",
"nodemon": "^1.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install",
"dev-client": "gulp",
"dev-server": "nodemon ./app.js",
"release": "gulp clean && gulp --release"
},
"repository": {
"type": "git",
"url": "git://github.com/BobNisco/Spotlistr.git"
},
"keywords": [
"spotify",
"playlist",
"music",
"heroku"
],
"engines": {
"node": "6.10.0"
},
"author": "Bob Nisco",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/BobNisco/Spotlistr/issues"
},
"homepage": "https://github.com/BobNisco/Spotlistr"
}