-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 833 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
{
"name": "local-db",
"version": "2.0.0",
"description": "Local database using browser localStorage api",
"homepage": "https://github.com/kucukkanat/LocalDB#readme",
"bugs": {
"url": "https://github.com/kucukkanat/LocalDB/issues"
},
"license": "ISC",
"author": "htolgasahin@gmail.com",
"main": "dist/release.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kucukkanat/LocalDB.git"
},
"scripts": {
"test": "jest",
"gulp": "gulp",
"dev": "gulp dev",
"build": "gulp build"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"console.table": "^0.10.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.0",
"gulp-webserver": "^0.9.1",
"jest": "^22.1.3",
"lodash": "^4.17.4",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0"
}
}