forked from elifent/app-cookies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 844 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
{
"name": "@elifent/app-cookies",
"description": "Polymer element to work with browser cookies",
"version": "3.0.1",
"main": "app-cookies.js",
"keywords": [
"polymer.js",
"avatar",
"web-components"
],
"author": "aneeshameed@elifent.tech",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/elifent/app-cookies.git"
},
"bugs": {
"url": "https://github.com/elifent/app-cookies/issues"
},
"homepage": "https://github.com/elifent/app-cookies#readme",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"cookiejs.js": "^1.0.2"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"wct-mocha": "^1.0.1"
}
}