UNPKG

979 BJSONView Raw
1{
2 "name": "jszip",
3 "version": "2.0.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 test",
10 "lint": "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": "./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.5.16",
38 "grunt": "~0.4.1",
39 "grunt-cli": "~0.1.9",
40 "grunt-saucelabs": "~4.1.2",
41 "grunt-contrib-connect": "~0.5.0",
42 "jshint": "~2.1.11"
43 },
44 "license": "MIT or GPLv3"
45}