Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / jszip / package.json
1 {
2   "name": "jszip",
3   "version": "2.5.0",
4   "author": "Stuart Knightley <stuart@stuartk.com>",
5   "description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
6   "scripts": {
7     "test": "npm run test-node && npm run test-browser",
8     "test-node": "cd test && qunit -c node.js -t test.js",
9     "test-browser": "grunt build && grunt test",
10     "lint": "grunt jshint"
11   },
12   "contributors": [
13     {
14       "name": "Franz Buchinger"
15     },
16     {
17       "name": "António Afonso"
18     },
19     {
20       "name": "David Duponchel"
21     },
22     {
23       "name": "yiminghe"
24     }
25   ],
26   "main": "./lib/index",
27   "repository": {
28     "type": "git",
29     "url": "https://github.com/Stuk/jszip.git"
30   },
31   "keywords": [
32     "zip",
33     "deflate",
34     "inflate"
35   ],
36   "devDependencies": {
37     "qunit": "~0.6.3",
38     "grunt": "~0.4.1",
39     "grunt-cli": "~0.1.9",
40     "grunt-saucelabs": "~7.0.0",
41     "grunt-contrib-connect": "~0.7.1",
42     "jshint": "~2.5.1",
43     "browserify": "~4.1.4",
44     "grunt-browserify": "~2.1.0",
45     "grunt-contrib-jshint": "~0.10.0",
46     "grunt-contrib-uglify": "~0.4.0",
47     "jszip-utils": "~0.0.2"
48   },
49   "dependencies":{
50     "pako": "~0.2.5"
51   },
52   "license": "MIT or GPLv3"
53 }