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/package.json

35 lines
747 B

{
"name": "tiny-cookie",
"version": "1.0.1",
"description": "A tiny cookie manipulation plugin",
"main": "tiny-cookie.js",
"author": {
"name": "Alex Chao",
"email": "alexchao1990@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Alex1990/tiny-cookie.git"
},
"bugs": {
"url": "https://github.com/Alex1990/tiny-cookie/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Alex1990/tiny-cookie/blob/master/LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0"
},
"keywords": [
"cookie"
]
}