forked from js-cookie/js-cookie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.37 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "js-cookie",
"version": "3.0.1.1",
"description": "A simple, lightweight JavaScript API for handling cookies",
"exports": {
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"directories": {
"test": "test"
},
"keywords": [
"cookie",
"cookies",
"browser",
"amd",
"commonjs",
"client",
"js-cookie",
"browserify"
],
"scripts": {
},
"repository": {
"type": "git",
"url": "git://github.com/wevote/js-cookie.git"
},
"files": [
"index.js",
"src/**/*"
],
"author": "Klaus Hartl",
"license": "MIT",
"devDependencies": {
"browserstack-runner": "^0.9.0",
"eslint": "^7.31.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-markdown": "^2.2.0",
"grunt": "^1.0.4",
"grunt-compare-size": "^0.4.2",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"gzip-js": "^0.3.2",
"prettier": "^2.3.2",
"qunit": "^2.9.3",
"release-it": "^14.10.0",
"rollup": "^2.0.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-license": "^2.5.0",
"rollup-plugin-terser": "^7.0.2",
"standard": "^16.0.3"
},
"engines": {
"node": ">=12"
}
}