forked from heap/electron-cookies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 845 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
{
"name": "electron-cookies",
"version": "2.0.0",
"description": "Adds support for cookies in Electron.",
"main": "src/index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"atom",
"shell",
"cookies",
"electron"
],
"author": "Hank Stoever",
"contributors": [
"John Clover (https://github.com/radiofreejohn)"
],
"license": "MIT",
"repository": "https://github.com/heap/electron-cookies",
"devDependencies": {
"chai": "^2.3.0",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-simple-mocha": "^0.4.0",
"grunt-browserify": "^5.3.0",
"net-browserify": "^0.2.4",
"mocha": "^2.2.4",
"shoulda": "0.0.1"
},
"dependencies": {
"tough-cookie": "^2.3.4",
"tough-cookie-web-storage-store": "^1.0.0"
}
}