UNPKG

729 BJSONView Raw
1{
2 "name": "warehouse",
3 "version": "0.1.12",
4 "description": "Simple JSON-based database",
5 "main": "lib/index.js",
6 "directories": {
7 "lib": "./lib"
8 },
9 "scripts": {
10 "test": "make test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/tommy351/warehouse.git"
15 },
16 "bugs": {
17 "url": "https://github.com/tommy351/warehouse/issues"
18 },
19 "keywords": ["database", "json", "db"],
20 "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
21 "license": {
22 "type": "MIT",
23 "url": "https://raw.github.com/tommy351/warehouse/master/LICENSE"
24 },
25 "dependencies": {
26 "lodash": "2.2.1",
27 "async": "0.2.9"
28 },
29 "devDependencies": {
30 "mocha": "*",
31 "should": "*"
32 }
33}