forked from florian/cookie.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 812 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
34
{
"name": "cookie",
"version": "1.0.0",
"description": "A tiny JavaScript library that simplifies cookies.",
"github": "https://github.com/js-coder/cookie.js",
"licenses": [
{
"type" : "MIT",
"url" : "http://github.com/js-coder/cookie.js/raw/master/license"
}
],
"scripts": {
"test": "grunt test"
},
"jam": {
"include": [
"cookie.js",
"README.md",
"LICENSE"
],
"main": "cookie.js"
},
"repository": {
"type" : "git",
"url" : "http://github.com/js-coder/cookie.js.git"
},
"bugs": {
"url" : "http://github.com/js-coder/cookie.js/issues"
},
"devDependencies": {
"grunt": "~0.3",
"grunt-mocha": "~0.1"
}
}