pluginservice/package.json
Daniel Brahneborg ff8012a459 index.js
2019-08-12 09:29:15 +02:00

27 lines
707 B
JSON

{
"name": "pluginservice",
"version": "1.0.0",
"description": "EMG plugin API",
"main": "index.js",
"dependencies": {
"express": "^4.17.1",
"http-errors": "^1.7.3",
"nodemon": "^1.19.1"
},
"devDependencies": {
"nodemon": "^1.19.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./bin/www",
"dev": "npm start",
"nodemon": "./node_modules/nodemon/bin/nodemon.js --exec npm run dev"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/infoflexconnect/pluginservice.git"
},
"author": "Daniel Brahneborg",
"license": "ISC",
"homepage": "https://bitbucket.org/infoflexconnect/pluginservice#readme"
}