Skip to content

Commit

Permalink
🎨 style(package.json): Run fixpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 14, 2020
1 parent 520f250 commit e4b7495
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,33 @@
"name": "@aureooms/js-gn",
"description": "graphs and networks code bricks for JavaScript",
"version": "1.0.5",
"main": "lib/index.js",
"author": "aureooms",
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"@babel/polyfill",
"@babel/register"
],
"timeout": "1m"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-async-generator-functions"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
},
"bugs": {
"url": "https://github.com/aureooms/js-gn/issues"
},
"dependencies": {},
"devDependencies": {
"@aureooms/js-binomial-heap": "^11.0.0",
Expand All @@ -21,59 +47,33 @@
"np": "6.2.3",
"nyc": "15.0.1"
},
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"test": "ava",
"esdoc": "esdoc",
"prepare": "npm run build",
"cover": "nyc --reporter=lcov npm test",
"release": "np"
},
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-gn.git"
},
"files": [
"lib"
],
"homepage": "https://aureooms.github.io/js-gn",
"keywords": [
"js",
"javascript",
"algorithm",
"adt",
"template",
"algorithm",
"complexity",
"gn",
"graphs",
"javascript",
"js",
"networks",
"gn"
"template"
],
"author": "aureooms",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/aureooms/js-gn/issues"
},
"homepage": "https://aureooms.github.io/js-gn",
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-async-generator-functions"
],
"env": {
"development": {
"sourceMaps": "inline"
}
}
},
"ava": {
"files": [
"test/src/**/*"
],
"require": [
"@babel/polyfill",
"@babel/register"
],
"timeout": "1m"
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-gn.git"
},
"files": [
"lib"
]
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"cover": "nyc --reporter=lcov npm test",
"esdoc": "esdoc",
"prepare": "npm run build",
"release": "np",
"test": "ava"
}
}

0 comments on commit e4b7495

Please sign in to comment.