Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Henke committed Jul 31, 2015
1 parent 5c2eb6d commit fcb4642
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "toposort-class",
"version": "1.0.0-beta",
"description": "Topological sort of directed acyclic graphs (like dependecy lists)",
"main": "./index.js",
"name": "toposort-class",
"version": "1.0.0",
"description": "Topological sort of directed acyclic graphs (like dependecy lists)",
"main": "./index.js",
"devDependencies": {
"babel-eslint": "^4.0.5",
"eslint": "^0.24.1",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-banner": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"babel-eslint": "^4.0.5",
"eslint": "^0.24.1",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-banner": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "^0.9.1",
"matcha": "^0.6.0",
"mocha": "^2.2.5"
"matcha": "^0.6.0",
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha -b test",
"eslint": "eslint src/toposort.js test/spec.js Gruntfile.js",
"benchmark": "matcha benchmark/general.js",
"scripts": {
"test": "mocha -b test",
"eslint": "eslint src/toposort.js test/spec.js Gruntfile.js",
"benchmark": "matcha benchmark/general.js",
"benchmark-save": "matcha -R csv benchmark/general.js > benchmark/results.csv"
},
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/gustavohenke/toposort.git"
"url": "https://github.com/gustavohenke/toposort.git"
},
"keywords": [
"keywords": [
"topological",
"sort",
"sorting",
Expand All @@ -36,11 +36,11 @@
"acyclic",
"browser"
],
"author": [
"author": [
"Marcel Klehr <[email protected]>",
"Gustavo Henke <[email protected]>",
"Aaron Trent <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md"
"license": "MIT",
"readmeFilename": "README.md"
}

0 comments on commit fcb4642

Please sign in to comment.