Skip to content

Commit

Permalink
Updated package.json and README for jszip2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwassen committed Jan 9, 2019
1 parent 9fb481a commit 81f8a83
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
9 changes: 7 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
JSZip [![Build Status](https://api.travis-ci.org/Stuk/jszip.svg?branch=master)](http://travis-ci.org/Stuk/jszip) [![Code Climate](https://codeclimate.com/github/Stuk/jszip/badges/gpa.svg)](https://codeclimate.com/github/Stuk/jszip)
# JSZip

[![Build Status](https://api.travis-ci.org/DigiExam/jszip2.svg?branch=master)](http://travis-ci.org/DigiExam/jszip2)
=====

[![Selenium Test Status](https://saucelabs.com/browser-matrix/jszip.svg)](https://saucelabs.com/u/jszip)

Semi-maintained version of: https://github.com/Stuk/jszip

A library for creating, reading and editing .zip files with JavaScript, with a
lovely and simple API.
Expand Down Expand Up @@ -33,3 +36,5 @@ License

JSZip is dual-licensed. You may use it under the MIT license *or* the GPLv3
license. See [LICENSE.markdown](LICENSE.markdown).

Original author: Stuart Knightley
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "jszip",
"version": "3.1.5",
"author": "Stuart Knightley <stuart@stuartk.com>",
"description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
"name": "jszip2",
"version": "3.1.6",
"author": "Robin Andersson <robin.andersson@digiexam.com>",
"description": "Create, read and edit .zip files with JavaScript. Semi-maintained version of package jszip",
"scripts": {
"test": "npm run test-node && npm run test-browser",
"test-node": "qunit-cli -c test/helpers/test-utils.js test/helpers/node-test-utils.js test/asserts/*.js",
"test-browser": "grunt build && grunt test",
"lint": "grunt jshint"
},
"contributors": [
{
"name": "Stuart Knightley"
},
{
"name": "Franz Buchinger"
},
Expand All @@ -29,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Stuk/jszip.git"
"url": "https://github.com/DigiExam/jszip2.git"
},
"keywords": [
"zip",
Expand Down

0 comments on commit 81f8a83

Please sign in to comment.