Skip to content

Commit

Permalink
Update package.json for @pdf-lib/restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding committed Dec 19, 2018
1 parent 6f9fd53 commit 819fd2d
Show file tree
Hide file tree
Showing 2 changed files with 791 additions and 19 deletions.
45 changes: 26 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "restructure",
"version": "0.5.4",
"name": "@pdf-lib/restructure",
"version": "0.0.0",
"description": "Declaratively encode and decode binary data",
"main": "index.js",
"scripts": {
"test": "mocha",
"cover": "mocha --require coverage.js --reporter html-cov > coverage.html",
"coveralls": "mocha --require coverage.js --reporter mocha-lcov-reporter | coveralls",
"prepublish": "coffee -c src/ index.coffee",
"postpublish": "rm -rf index.js src/*.js"
},
"dependencies": {
"browserify-optional": "^1.0.0"
},
Expand All @@ -16,32 +23,32 @@
"mocha": "~1.18.2",
"mocha-lcov-reporter": "0.0.1"
},
"browserify": {
"transform": [
"browserify-optional"
]
},
"scripts": {
"test": "mocha",
"cover": "mocha --require coverage.js --reporter html-cov > coverage.html",
"coveralls": "mocha --require coverage.js --reporter mocha-lcov-reporter | coveralls",
"prepublish": "coffee -c src/ index.coffee",
"postpublish": "rm -rf index.js src/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/devongovett/restructure.git"
"url": "git://github.com/Hopding/restructure.git"
},
"keywords": [
"binary",
"struct",
"encode",
"decode"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"author": "Andrew Dillon <andrew.dillon.j@gmail.com>",
"contributors": [
"Devon Govett <devongovett@gmail.com> (http://badassjs.com/)"
],
"bugs": {
"url": "https://github.com/devongovett/restructure/issues"
"url": "https://github.com/Hopding/png-ts/issues"
},
"license": "MIT",
"homepage": "https://github.com/Hopding/restructure",
"browserify": {
"transform": [
"browserify-optional"
]
},
"homepage": "https://github.com/devongovett/restructure"
"private": false,
"directories": {
"test": "test"
}
}
Loading

0 comments on commit 819fd2d

Please sign in to comment.