astute/AstuteSystem/package.json
gopi17701 a7b382b236
Add files via upload
Initial commit for Astute Web Services and MySQL Database Schema and sample data
2018-07-15 15:05:57 -04:00

18 lines
321 B
JSON

{
"name": "astutesystem",
"version": "1.0.0",
"private": true,
"description": "",
"keywords": [],
"author": "",
"license": "",
"main": "app.js",
"dependencies": {
"connect": "^3.3.5",
"swagger-connect": "^0.1.0"
},
"devDependencies": {
"should": "^7.1.0",
"supertest": "^1.0.0"
}
}