Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhecher committed Apr 27, 2015
1 parent e5ef952 commit 1fdf419
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "workbench-ui",
"version": "0.0.0",
"description": "Small description for workbench-ui goes here",
"private": true,
"version": "0.5.0",
"description": "Microservice providing a file management API.",
"keywords": ["duraark", "ui", "long-time-preservation", "emberjs"],
"private": false,
"directories": {
"doc": "doc",
"test": "tests"
Expand All @@ -12,11 +13,11 @@
"build": "ember build",
"test": "ember test"
},
"repository": "",
"repository": "https://github.com/DURAARK/workbench-ui.git",
"engines": {
"node": ">= 0.10.0"
},
"author": "",
"author": "Martin Hecher <[email protected]>",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.0.0",
Expand Down

0 comments on commit 1fdf419

Please sign in to comment.