27 lines
707 B
JSON
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"
|
|
}
|