-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 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
{
"name": "perros_node_server",
"version": "1.8.0",
"description": "Node Server Perros",
"main": "perros_server.js",
"dependencies": {
"app-endpoints": "file:modules/app-endpoints",
"logging": "file:modules/logging",
"app-root-path": "^2.0.1",
"body-parser": "^1.5.1",
"color-namer": "^1.1.0",
"compression": "^1.6.2",
"express": "^4.7.1",
"get-image-colors": "^1.8.1",
"method-override": "^2.1.2",
"moment": "^2.16.0",
"mysql": "^2.5.4",
"properties-reader": "0.0.15",
"winston": "^2.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version:major": "npm version major --force",
"version:minor": "npm version minor --force",
"version:patch": "npm --no-git-tag-version version patch --force && git commit -a",
"postversion:major": "git push && git push --tags",
"postversion:minor": "git push && git push --tags",
"postversion:patch": "git push"
},
"author": "Eduardo Pereyra",
"license": "ISC"
}