Skip to content

Commit

Permalink
yarnify
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Nov 25, 2017
1 parent a2a879c commit 4faf0ea
Show file tree
Hide file tree
Showing 2 changed files with 4,764 additions and 9 deletions.
42 changes: 33 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,50 @@
{
"name": "xtal-json-editor",
"version": "0.0.1",
"version": "0.0.8",
"description": "Polymer web wrapper around josdejong's excellent JSON editor",
"main": "xtal-json-editor.js",
"directories": {
"test": "test"
},
"dependencies": {
"@types/jsoneditor": "^5.5.2"
"@types/jsoneditor": "^5.5.2",
"@bower_components/accessibility-developer-tools": "GoogleChrome/accessibility-developer-tools#^2.10.0",
"@bower_components/async": "caolan/async#^1.5.0",
"@bower_components/chai": "chaijs/chai#^3.2.0",
"@bower_components/font-roboto": "PolymerElements/font-roboto#^1",
"@bower_components/iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"@bower_components/iron-flex-layout": "polymerelements/iron-flex-layout#1 - 2",
"@bower_components/iron-location": "PolymerElements/iron-location#1 - 2",
"@bower_components/json-merge": "bahrus/json-merge#^0.1.0",
"@bower_components/lodash": "lodash/lodash#^3.7.0",
"@bower_components/marked": "chjj/marked#~0.3.6",
"@bower_components/marked-element": "polymerelements/marked-element#1 - 2",
"@bower_components/mocha": "mochajs/mocha#^3.1.2",
"@bower_components/polymer": "Polymer/polymer#^2.0.0",
"@bower_components/prism": "LeaVerou/prism#*",
"@bower_components/prism-element": "PolymerElements/prism-element#1 - 2",
"@bower_components/shadycss": "webcomponents/shadycss#^v1.0.0",
"@bower_components/sinon-chai": "domenic/sinon-chai#^2.7.0",
"@bower_components/sinonjs": "blittle/sinon.js#^1.14.1",
"@bower_components/stacky": "PolymerLabs/stacky#^1.3.0",
"@bower_components/test-fixture": "PolymerElements/test-fixture#^3.0.0",
"@bower_components/web-component-tester": "Polymer/web-component-tester#^6.0.0",
"@bower_components/webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"@bower_components/xtal-json-editor": "bahrus/xtal-json-editor#^0.0.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/xtal-json-editor.git"
},
"author": "",
"repository": "git+https://github.com/bahrus/xtal-json-editor.git",
"author": "bahrus <anderson.bruce.b@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/xtal-json-editor/issues"
},
"homepage": "https://github.com/bahrus/xtal-json-editor#readme"
"homepage": "https://github.com/bahrus/xtal-json-editor#readme",
"engines": {
"yarn": ">= 1.0.0"
}
}

0 comments on commit 4faf0ea

Please sign in to comment.