Skip to content

Commit

Permalink
Republish
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Jan 16, 2019
1 parent e76f612 commit 5cd2c63
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"name": "@three11/dom-helpers",
"version": "1.0.0",
"description": "Helper functions for faster DOM scripting",
"main": "dist/dom-helpers.js",
"scripts": {
"dist": "babel src/dom-helpers.js --out-file dist/dom-helpers.js",
"minify": "babel src/dom-helpers.js --out-file dist/dom-helpers.min.js --presets minify,@babel/env",
"build": "npm run dist && npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/dom-helpers.git"
},
"keywords": [
"DOM",
"Helpers",
"JavaScript",
"ES2017"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/dom-helpers/issues"
},
"homepage": "https://github.com/three11/dom-helpers#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-decorators": "7.2.3",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/preset-env": "7.2.3",
"babel-loader": "8.0.5",
"babel-minify": "0.5.0"
}
"name": "@three11/dom-helpers",
"version": "1.0.0",
"description": "Helper functions for faster DOM scripting",
"main": "dist/dom-helpers.js",
"scripts": {
"dist": "babel src/dom-helpers.js --out-file dist/dom-helpers.js",
"minify": "babel src/dom-helpers.js --out-file dist/dom-helpers.min.js --presets minify,@babel/env",
"build": "npm run dist && npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/three11/dom-helpers.git"
},
"keywords": [
"DOM",
"Helpers",
"JavaScript",
"ES2017"
],
"authors": [
{
"name": "Three 11 Ltd",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/three11/dom-helpers/issues"
},
"homepage": "https://github.com/three11/dom-helpers#readme",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-decorators": "7.2.3",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/preset-env": "7.2.3",
"babel-loader": "8.0.5",
"babel-minify": "0.5.0"
}
}

0 comments on commit 5cd2c63

Please sign in to comment.