diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22c9377 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Dependency directory +node_modules + +# Source maps +*.js.map + +# Files marked with gitigx +*gitigx* diff --git a/package.json b/package.json new file mode 100644 index 0000000..552f3bc --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "turn.js", + "version": "0.0.1", + "description": "A flip book JS library", + "license": "MIT", + "main": "turn.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/blasten/turn.js.git" + }, + "author": "Emmanuel Garcia", + "license": "ISC", + "bugs": { + "url": "https://github.com/blasten/turn.js/issues" + }, + "homepage": "https://github.com/blasten/turn.js#readme", + "files": [ + "LICENSE", + "changelog", + "turn.js" + ], + "keywords": [ + "turn", + "book", + "flip" + ], + "dependencies": { + "jquery": "^1.7.0" + } +} diff --git a/yarn-error.log b/yarn-error.log new file mode 100644 index 0000000..22e98c1 --- /dev/null +++ b/yarn-error.log @@ -0,0 +1,62 @@ +Arguments: + /usr/local/bin/node /usr/local/bin/yarn + +PATH: + /Users/oskarniburski/.kiex/bin:/opt/local/bin:/opt/local/sbin:/Users/oskarniburski/go/bin:/Users/oskarniburski/anaconda/bin:/Users/oskarniburski/.rvm/gems/ruby-2.3.7/bin:/Users/oskarniburski/.rvm/gems/ruby-2.3.7@global/bin:/Users/oskarniburski/.rvm/rubies/ruby-2.3.7/bin:/Applications/Postgres.app/Contents/Versions/latest/bin:/usr/local/bin/:/Desktop/imgcat:/Users/oskarniburski/.rvm/bin:/Applications/microchip/xc32/v1.40/bin:/usr/local/sbin:/Users/oskarniburski/.rvm/bin:/Applications/microchip/xc32/v1.40/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/go/bin:/Applications/Postgres.app/Contents/Versions/latest/bin + +Yarn version: + 0.27.5 + +Node version: + 11.3.0 + +Platform: + darwin x64 + +npm manifest: + { + "name": "turn.js", + "version": "0.0.1", + "description": "A flip book JS library", + "license": "MIT", + "main": "turn.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/blasten/turn.js.git" + }, + "author": "Oskar Niburski (http://raksonibs.github.io)", + "license": "ISC", + "bugs": { + "url": "https://github.com/blasten/turn.js/issues" + }, + "homepage": "https://github.com/blasten/turn.js#readme", + "files": [ + "LICENSE", + "changelog", + "turn.js" + ], + "keywords": [ + "turn", + "book", + "flip" + ], + "dependencies": { + "jquery": "^1.7.0", + } + +yarn manifest: + No manifest + +Lockfile: + No lockfile + +Trace: + SyntaxError: /Users/oskarniburski/Desktop/kook/turn.js/package.json: Unexpected token } in JSON at position 705 + at JSON.parse () + at /usr/local/lib/node_modules/yarn/lib/util/fs.js:554:57 + at Generator.next () + at step (/usr/local/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30) + at /usr/local/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13 diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..004412d --- /dev/null +++ b/yarn.lock @@ -0,0 +1,7 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +jquery@^1.7.0: + version "1.12.4" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"