forked from JSBizon/db-cookie-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 KB
/
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
45
46
47
{
"name": "db-cookie-store",
"version": "0.1.1",
"description": "Store cookies in database",
"main": "lib/store.js",
"repository": {
"type" : "git",
"url" : "https://github.com/JSBizon/db-cookie-store.git"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"cookie",
"jar",
"cookiejar",
"tough-cookie",
"database",
"cookie store",
"Sequelize",
"tough-cookie store",
"database cookie store"
],
"devDependencies" : {
"expect.js" : "~0.2.0",
"mocha" : "~1.20.0",
"extend" : "~2.0.0",
"grunt": "~0.4",
"grunt-cli": "~0.1.13",
"grunt-mocha-test" : "~0.12.2",
"grunt-contrib-jshint" : "~0.11.2",
"q": "~1.0.1",
"mysql" : "~2.5.0",
"pg" : "~4.2.0",
"pg-hstore" : "~2.3.0",
"tldjs": ">=1.5.0",
"int": ">=0.2.0"
},
"dependencies": {
"tough-cookie" : "^2.0.0",
"punycode" : "^1.2.3",
"sequelize" : "^2.0.0"
},
"author": "Dmitry Nizovtsev (https://github.com/JSBizon)",
"license": "MIT",
"readmeFilename": "README.md"
}