1 Star 0 Fork 9

huzhenjie/cookie.js

forked from 小弟调调/cookie.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 869 Bytes
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2015-11-25 15:51 . On the NPM release v1.0.7
{
"name": "cookiejs",
"version": "1.0.7",
"description": "Local storage cookie package provides a simple API",
"main": "dist/cookie.js",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/cookie.js.git"
},
"keywords": [
"cookiejs","cookie", "cookies"
],
"author": "kenny wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/cookie.js/issues"
},
"scripts": {
"test": "mocha-phantomjs test/index.html",
"start": "gulp watch"
},
"homepage": "https://github.com/jaywcjlove/cookie.js",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemap": "^1.0.1",
"gulp-uglify": "^1.5.1",
"gulp-umd": "^0.2.0",
"gulp-watch": "^4.3.5"
},
"dependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"mocha-phantomjs": "^4.0.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huzhenjie/cookie.js.git
git@gitee.com:huzhenjie/cookie.js.git
huzhenjie
cookie.js
cookie.js
master

搜索帮助