main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
1015 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "js-cookie",
|
---|
| 3 | "version": "2.2.1",
|
---|
| 4 | "description": "A simple, lightweight JavaScript API for handling cookies",
|
---|
| 5 | "main": "src/js.cookie.js",
|
---|
| 6 | "directories": {
|
---|
| 7 | "test": "test"
|
---|
| 8 | },
|
---|
| 9 | "keywords": [
|
---|
| 10 | "cookie",
|
---|
| 11 | "cookies",
|
---|
| 12 | "browser",
|
---|
| 13 | "amd",
|
---|
| 14 | "commonjs",
|
---|
| 15 | "client",
|
---|
| 16 | "js-cookie",
|
---|
| 17 | "browserify"
|
---|
| 18 | ],
|
---|
| 19 | "scripts": {
|
---|
| 20 | "test": "grunt test"
|
---|
| 21 | },
|
---|
| 22 | "repository": {
|
---|
| 23 | "type": "git",
|
---|
| 24 | "url": "git://github.com/js-cookie/js-cookie.git"
|
---|
| 25 | },
|
---|
| 26 | "files": [
|
---|
| 27 | "src/**/*.js",
|
---|
| 28 | "SERVER_SIDE.md",
|
---|
| 29 | "CONTRIBUTING.md"
|
---|
| 30 | ],
|
---|
| 31 | "author": "Klaus Hartl",
|
---|
| 32 | "license": "MIT",
|
---|
| 33 | "devDependencies": {
|
---|
| 34 | "grunt": "1.0.3",
|
---|
| 35 | "grunt-compare-size": "0.4.2",
|
---|
| 36 | "grunt-contrib-connect": "2.0.0",
|
---|
| 37 | "grunt-contrib-nodeunit": "2.0.0",
|
---|
| 38 | "grunt-contrib-qunit": "2.0.0",
|
---|
| 39 | "grunt-contrib-uglify": "2.3.0",
|
---|
| 40 | "grunt-contrib-watch": "1.1.0",
|
---|
| 41 | "grunt-eslint": "21.0.0",
|
---|
| 42 | "grunt-saucelabs": "9.0.0",
|
---|
| 43 | "gzip-js": "0.3.2",
|
---|
| 44 | "qunitjs": "1.23.1",
|
---|
| 45 | "requirejs": "2.3.5"
|
---|
| 46 | }
|
---|
| 47 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.