This repository has been archived by the owner on Apr 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
65 lines (65 loc) · 1.68 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "spotlistr",
"version": "1.14.13",
"description": "Spotlistr is the easiest way to create playlists for Spotify!",
"main": "app.js",
"dependencies": {
"express": "^4.16.4",
"querystring": "^0.2.0",
"request": "^2.88.0"
},
"devDependencies": {
"angular": "^1.5.11",
"angular-loader": "^1.5.11",
"angular-mocks": "^1.5.11",
"angular-route": "^1.5.11",
"angular-ui-bootstrap": "^1.2.5",
"angulartics": "^0.15.20",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"cross-env": "^5.2.0",
"del": "^2.1.0",
"font-awesome": "^4.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.3",
"gulp-changed": "^1.3.2",
"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.4.0",
"gulp-strip-debug": "^1.0.1",
"gulp-uglify": "^2.1.2",
"jquery": "^3.3.1",
"merge2": "^1.2.3",
"minimist": "^1.1.0",
"nodemon": "^1.18.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-client": "gulp",
"dev-server": "cross-env NODE_ENV=development nodemon ./app.js",
"release": "rm -rf node_modules && npm i && gulp clean && gulp --release"
},
"repository": {
"type": "git",
"url": "git://github.com/BobNisco/Spotlistr.git"
},
"keywords": [
"spotify",
"playlist",
"music",
"heroku"
],
"engines": {
"node": "^8.2.1"
},
"author": "Bob Nisco",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/BobNisco/Spotlistr/issues"
},
"homepage": "https://github.com/BobNisco/Spotlistr"
}