-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 945 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
{
"name": "cookiet",
"version": "1.2.0",
"description": "A small JavaScript cookies library.",
"main": "cookie.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Akinjide Bankole <r@akinjide.me>",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/akinjide/cookiet.git"
},
"keywords": [
"cookie",
"javascript",
"cookie library"
],
"bugs": {
"url": "https://github.com/akinjide/cookiet/issues"
},
"homepage": "https://github.com/akinjide/cookiet#readme"
}