- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
17 lines (17 loc) · 392 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 392 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"main": "./lib/springbase",
"author": "Springbase <nodejs@springbase.com>",
"name": "springbase",
"description": "Springbase Database Driver for NodeJS",
"version": "0.1.1",
"homepage": "http://www.springbase.com/node-driver",
"repository": {
"url": ""
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}