forked from typicode/lowdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "lowdb",
"version": "0.3.2",
"description": "Flat JSON file database",
"keywords": [
"flat",
"file",
"database",
"JSON",
"JSONDatabase",
"lo-dash",
"lodash",
"underscore",
"underscore.db",
"embed",
"embeddable"
],
"main": "lib/index.js",
"scripts": {
"test": "grunt mochaTest",
"prepublish": "grunt build",
"precommit": "npm test",
"benchmark": "grunt build && cd benchmark && node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/typicode/lowdb.git"
},
"author": "Typicode <typicode@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/typicode/lowdb/issues"
},
"homepage": "https://github.com/typicode/lowdb",
"dependencies": {
"underscore.db": "~0.6.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"b": "^2.0.1",
"grunt": "^0.4.3",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.5.3",
"grunt-mocha-test": "^0.9.4",
"husky": "^0.4.3",
"sinon": "~1.8.2"
}
}