You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WeChat/node_modules/tiny-cookie/bower.json

27 lines
465 B

{
"name": "tiny-cookie",
"version": "1.0.1",
"main": "tiny-cookie.js",
"homepage": "https://github.com/Alex1990/tiny-cookie",
"authors": [
"Alex Chao <alexchao1990#gmail.com>"
],
"description": "A tiny cookie manipulation plugin.",
"moduleType": [
"globals",
"amd",
"node"
],
"keywords": [
"cookie"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}