-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 873 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
33
{
"name": "@movilizame/noderavel",
"version": "0.5.0",
"description": "Laravel-NodeJs Queue Sync",
"main": "lib/index.js",
"scripts": {
"test": "nodemon test.js",
"build": "npm run clean; babel src --out-dir lib",
"clean": "rm -rf lib"
},
"author": "Movilizame",
"license": "MIT",
"keywords": ["node", "laravel", "queue"],
"homepage": "https://github.com/liquid36/noderavel",
"bugs": {
"url" : "https://github.com/liquid36/noderavel/issues",
"email" : "marianoabotta@gmail.com"
},
"repository": {
"type" : "git",
"url" : "https://github.com/liquid36/noderavel.git"
},
"dependencies": {
"php-serialize": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.44",
"@babel/core": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"nodemon": "^1.17.3",
"redis": "^2.8.0"
}
}