Skip to content

Commit

Permalink
package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
niklauslee committed May 25, 2018
1 parent c30fce0 commit 5eb3713
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "staruml.cplus",
"title": "C++",
"description": "C++ code generation and reverse engineering.",
"homepage": "https://github.com/staruml/Cpp",
"keywords": ["c++"],
"version": "0.9.1",
"author": {
"name": "Dongjoon Lee",
"email": "joon1251@gmail.com",
"url": "https://github.com/dongjoon1251"
},
"license": "MIT",
"engines": {
"staruml": ">=2.0.0"
}
"name": "staruml.cplus",
"title": "C++",
"description": "C++ code generation and reverse engineering.",
"homepage": "https://github.com/staruml/staruml-cpp",
"issues": "https://github.com/staruml/staruml-cpp/issues",
"keywords": ["c++"],
"version": "0.9.2",
"author": {
"name": "Dongjoon Lee",
"email": "joon1251@gmail.com",
"url": "https://github.com/dongjoon1251"
},
"license": "MIT",
"engines": {
"staruml": "^3.0.0"
}
}

0 comments on commit 5eb3713

Please sign in to comment.