-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 904 Bytes
/
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
{
"name": "deezer-new-releases",
"version": "1.0.0",
"description": "A script for listing new releases from your followed artists.",
"scripts": {
"start": "babel-node index.js"
},
"author": "Benjamin Michel",
"repository": {
"type": "git",
"url": "https://github.com/SBRK/deezer-new-releases.git"
},
"license": "GPLv3",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-session": "^1.15.6",
"lodash": "^4.17.4",
"moment": "^2.21.0",
"node-cache": "^4.1.1",
"node-deezer": "^0.3.3",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-jss": "^8.1.0"
}
}