-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "objectdb",
"version": "1.0.0",
"description": "Object database consists of three `prototype` functions that extend array. - [Object Database](#object-database) - [The `query` function](#the-query-function) - [The `sortCol` function](#the-sortcol-function) - [The `dump` function](#the-dump-function) - [Sample Database](#sample-database) - [Examples](#examples)",
"main": "parse.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hazlema/Object-Database.git"
},
"author": "Matthew Hazlett",
"license": "MIT",
"bugs": {
"url": "https://github.com/hazlema/Object-Database/issues"
},
"homepage": "https://github.com/hazlema/Object-Database#readme",
"dependencies": {
"ansi": "^0.3.1"
}
}