-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 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
{
"name": "pwa-music-list-api",
"version": "2.0.0",
"description": "API Progressive Web Apps Music list",
"main": "server.js",
"engines": {
"node": "0.12.7"
},
"scripts": {
"start": "node server.js",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/lorgiorepo/pwa-music-list-api.git"
},
"keywords": [
"pwa",
"api",
"pwa-api"
],
"author": "Lorgio Trinidad",
"license": "MIT",
"dependencies": {
"async": "^1.2.1",
"bcrypt": "^0.8.3",
"bluebird": "^2.9.27",
"body-parser": "^1.12.4",
"cors": "^2.7.1",
"dotenv": "^1.1.0",
"express": "^4.12.4",
"fcm-node": "1.5.2",
"fcm-notification": "^2.0.0",
"fs": "0.0.2",
"gravatar": "^1.1.1",
"jsonwebtoken": "^5.0.1",
"lodash": ">=4.17.5",
"mongoose": "^4.0.5",
"morgan": "^1.5.3",
"multiparty": "^4.1.2",
"node-gcm": "^1.0.2",
"node-uuid": "^1.4.3",
"passport": "^0.2.2",
"q": "^1.4.1",
"slug": "^0.9.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.3"
}
}