forked from js-cookie/js-cookie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 992 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
35
36
37
38
39
40
41
42
43
44
{
"name": "js-cookie",
"version": "2.0.4",
"description": "A simple, lightweight JavaScript API for handling cookies",
"main": "src/js.cookie.js",
"directories": {
"test": "test"
},
"keywords": [
"jquery-plugin",
"cookie",
"cookies",
"browser",
"amd",
"commonjs",
"client",
"js-cookie",
"browserify"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/js-cookie/js-cookie.git"
},
"author": "Klaus Hartl",
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt-compare-size": "0.4.0",
"grunt-contrib-connect": "0.10.1",
"grunt-contrib-jshint": "0.11.1",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-contrib-qunit": "0.7.0",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "1.6.0",
"grunt-saucelabs": "8.6.0",
"gzip-js": "0.3.2",
"qunitjs": "1.18.0",
"requirejs": "2.1.17"
}
}