Skip to content

Commit

Permalink
Modification package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent-Andrieu committed May 28, 2020
1 parent d9ec3f9 commit bbb45f0
Showing 1 changed file with 20 additions and 73 deletions.
93 changes: 20 additions & 73 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,29 @@
{
"_from": "node-red",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-7cRGr69ibl7vnEMWEO2qHhO4L6ft2XsySoE+mMSW7h2tODNTNECelCQtTA+kYfX1wlFS3axu52Y2Br0AV5D+ww==",
"_location": "/node-red",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-red",
"name": "@tracks12/bts-acmp-mvc",
"escapedName": "node-red",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/node-red/-/node-red-1.0.4.tgz",
"_shasum": "214e98f5ebb4d88b3e3a8df19a587bcc94230320",
"_spec": "node-red",
"_where": "/root",
"bin": {
"node-red": "red.js",
"node-red-pi": "bin/node-red-pi"
},
"bugs": {
"url": "https://github.com/node-red/node-red/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Andrieu Laurent"
},
{
"name": "Cardinal Florian"
}
],
"dependencies": {
"@node-red/editor-api": "1.0.4",
"@node-red/nodes": "1.0.4",
"@node-red/runtime": "1.0.4",
"@node-red/util": "1.0.4",
"basic-auth": "2.0.1",
"bcrypt": "3.0.6",
"bcryptjs": "2.4.3",
"express": "4.17.1",
"fs-extra": "8.1.0",
"node-red-node-rbe": "^0.2.6",
"node-red-node-tail": "^0.1.0",
"nopt": "4.0.1",
"semver": "6.3.0"
"name": "@tracks12/bts-acmp-mvc",
"version": "2.0.0",
"description": "Backend MQTT client",
"main": "red.js",
"directories": {
"lib": "lib"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"deprecated": false,
"description": "Back-end program gathering MQTT data from Private LoRaWAN Network.",
"engines": {
"node": ">=8"
"repository": {
"type": "git",
"url": "git+https://github.com/Tracks12/BTS-ACMP-MVC.git"
},
"homepage": "92.222.109.216",
"keywords": [
"LoRaWAN",
"mqtt",
"iot",
"LoRaWAN",
"project"
],
"license": "Apache-2.0",
"main": "lib/red.js",
"name": "node-red",
"optionalDependencies": {
"bcrypt": "3.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tracks12/BTS-ACMP-MVC.git"
},
"scripts": {
"start": "node red.js"
"author": "Laurent Andrieu",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tracks12/BTS-ACMP-MVC/issues"
},
"version": "1.0.4"
"homepage": "https://github.com/Tracks12/BTS-ACMP-MVC#readme"
}

0 comments on commit bbb45f0

Please sign in to comment.