r3-config/package.json

15 lines
376 B
JSON
Raw Permalink Normal View History

2016-11-08 12:34:17 +01:00
{
2018-11-18 09:39:55 +01:00
"name": "r3-config",
"description": "Nginx, SSL, Hosts, Start/Stop scripts, and general configuarion package of all R3 Packages",
"author": "-=<yb4f310",
"version": "1.0.0",
"repository": "https://bitbucket.org/cybafelo/r3-config/src/master/",
"license": "MIT",
2016-11-08 12:34:17 +01:00
"dependencies": {
2020-01-31 10:55:05 +01:00
"lodash": "^4.17.15"
2020-01-18 13:28:50 +01:00
},
"devDependencies": {
"gulp": "^4.0.2"
2016-11-08 12:34:17 +01:00
}
}