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.
33 lines
716 B
33 lines
716 B
2 months ago
|
{
|
||
|
"name": "cookie_js",
|
||
|
"version": "1.1.0",
|
||
|
"description": "A tiny JavaScript library that simplifies cookies.",
|
||
|
"github": "https://github.com/florian/cookie.js",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"jam": {
|
||
|
"include": [
|
||
|
"cookie.js",
|
||
|
"README.md",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"main": "cookie.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "http://github.com/florian/cookie.js.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "http://github.com/florian/cookie.js/issues"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"grunt": "^0.4.5",
|
||
|
"grunt-contrib-jshint": "^0.11.3",
|
||
|
"grunt-contrib-uglify": "^0.9.2",
|
||
|
"grunt-contrib-watch": "^0.6.1",
|
||
|
"grunt-mocha": "^0.4.13"
|
||
|
}
|
||
|
}
|