electron-cookies-alt
Version:
Adds support for cookies in Electron.
37 lines (36 loc) • 849 B
JSON
{
"name": "electron-cookies-alt",
"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"
}
}