You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.4 KiB
55 lines
1.4 KiB
{
|
|
"name": "ground",
|
|
"version": "1.0.0",
|
|
"description": "Services and more for Earth ground",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha mocha.entry.js",
|
|
"test:all": "mocha './{,!(node_modules)/**/}*.spec.js'",
|
|
"lint": "standard",
|
|
"doc:api": "apidoc -i . -o ../doc/api -f services/ -f ./apidoc.js",
|
|
"doc:pdf": "pxdoc ../doc/PXEN302-0014_DSN_AIR_PMP_SERVER.md",
|
|
"doc": "npm run doc:api && npm run doc:pdf",
|
|
"dev": "ENV=dev nodemon"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://gitolite@tuleap.pxcom.aero/airpmp/airpmp-server.git"
|
|
},
|
|
"keywords": [],
|
|
"apidoc": {
|
|
"title": "Earth - Cloud",
|
|
"url": "http://earth.codeisalie.fr"
|
|
},
|
|
"author": "P.BARRY",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ajv": "^6.5.2",
|
|
"async": "^2.6.1",
|
|
"axios": "^0.18.0",
|
|
"body-parser": "^1.18.3",
|
|
"camelcase": "^5.0.0",
|
|
"colors": "^1.3.2",
|
|
"exceljs": "^1.6.0",
|
|
"express": "^4.16.3",
|
|
"faker": "^4.1.0",
|
|
"fs-extra": "^7.0.0",
|
|
"json-schema-faker": "^0.5.0-rc15",
|
|
"jsonwebtoken": "^8.3.0",
|
|
"moment": "^2.22.2",
|
|
"mongodb": "^3.1.1",
|
|
"morgan": "^1.9.0",
|
|
"multer": "^1.4.1",
|
|
"request-ip": "^2.1.1",
|
|
"sharp": "^0.22.1",
|
|
"slug": "^0.9.1",
|
|
"slugify": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"apidoc": "^0.17.6",
|
|
"chai": "^4.1.2",
|
|
"chai-http": "^4.0.0",
|
|
"mocha": "^5.2.0",
|
|
"standard": "^11.0.1"
|
|
}
|
|
}
|