mirror of
https://github.com/dyiop/astute.git
synced 2025-04-05 13:00:16 -04:00
18 lines
321 B
JSON
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"
|
|
}
|
|
} |