-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
44 lines (44 loc) · 970 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "min",
"family": "iwillwen",
"version": "0.2.0",
"description": "Database on JavaScript",
"main": "dist/min.js",
"typings": "types/index.d.ts",
"directories": {
"benchmark": "benchmark",
"example": "examples",
"test": "test"
},
"scripts": {
"build": "node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git://github.com/iwillwen/mindb.git"
},
"keywords": [
"html5",
"redis",
"database",
"localstorage",
"store"
],
"author": "iwillwen",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwillwen/mindb/issues"
},
"homepage": "https://github.com/iwillwen/mindb",
"devDependencies": {
"ts-loader": "^5.3.1",
"typescript": "^3.2.1",
"uglify-js": "^2.4.15",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"@types/events": "^1.2.0",
"events": "^3.0.0",
"localforage": "^1.7.3"
}
}