A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Hopding/restructure/commit/819fd2d1140cf06f4ebc5bfc3f1adbda0b2b5ec1 below:

Update package.json for @pdf-lib/restructure · Hopding/restructure@819fd2d · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+791

-19

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+791

-19

lines changed Original file line number Diff line number Diff line change

@@ -1,8 +1,15 @@

1 1

{

2 -

"name": "restructure",

3 -

"version": "0.5.4",

2 +

"name": "@pdf-lib/restructure",

3 +

"version": "0.0.0",

4 4

"description": "Declaratively encode and decode binary data",

5 5

"main": "index.js",

6 +

"scripts": {

7 +

"test": "mocha",

8 +

"cover": "mocha --require coverage.js --reporter html-cov > coverage.html",

9 +

"coveralls": "mocha --require coverage.js --reporter mocha-lcov-reporter | coveralls",

10 +

"prepublish": "coffee -c src/ index.coffee",

11 +

"postpublish": "rm -rf index.js src/*.js"

12 +

},

6 13

"dependencies": {

7 14

"browserify-optional": "^1.0.0"

8 15

},

@@ -16,32 +23,32 @@

16 23

"mocha": "~1.18.2",

17 24

"mocha-lcov-reporter": "0.0.1"

18 25

},

19 -

"browserify": {

20 -

"transform": [

21 -

"browserify-optional"

22 -

]

23 -

},

24 -

"scripts": {

25 -

"test": "mocha",

26 -

"cover": "mocha --require coverage.js --reporter html-cov > coverage.html",

27 -

"coveralls": "mocha --require coverage.js --reporter mocha-lcov-reporter | coveralls",

28 -

"prepublish": "coffee -c src/ index.coffee",

29 -

"postpublish": "rm -rf index.js src/*.js"

30 -

},

31 26

"repository": {

32 27

"type": "git",

33 -

"url": "git://github.com/devongovett/restructure.git"

28 +

"url": "git://github.com/Hopding/restructure.git"

34 29

},

35 30

"keywords": [

36 31

"binary",

37 32

"struct",

38 33

"encode",

39 34

"decode"

40 35

],

41 -

"author": "Devon Govett <devongovett@gmail.com>",

42 -

"license": "MIT",

36 +

"author": "Andrew Dillon <andrew.dillon.j@gmail.com>",

37 +

"contributors": [

38 +

"Devon Govett <devongovett@gmail.com> (http://badassjs.com/)"

39 +

],

43 40

"bugs": {

44 -

"url": "https://github.com/devongovett/restructure/issues"

41 +

"url": "https://github.com/Hopding/png-ts/issues"

42 +

},

43 +

"license": "MIT",

44 +

"homepage": "https://github.com/Hopding/restructure",

45 +

"browserify": {

46 +

"transform": [

47 +

"browserify-optional"

48 +

]

45 49

},

46 -

"homepage": "https://github.com/devongovett/restructure"

50 +

"private": false,

51 +

"directories": {

52 +

"test": "test"

53 +

}

47 54

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4