Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simple10 committed Mar 3, 2014
1 parent 44d7873 commit aa88714
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,9 +1,9 @@
{
"name": "frontend-starterkit",
"name": "frontend-starterkit-minimal",
"version": "0.0.1",
"description": "Frontend deveopment framework for node.",
"author": "Joe Johnston",
"homepage": "https://github.com/starterkits/frontend-starterkit",
"homepage": "https://github.com/starterkits/frontend-starterkit-minimal",
"keywords": [
"node",
"coffeescript",
Expand All @@ -12,14 +12,14 @@
],
"repository": {
"type": "git",
"url": "git://github.com/starterkits/frontend-starterkit.git"
"url": "git://github.com/starterkits/frontend-starterkit-minimal.git"
},
"bugs": "https://github.com/starterkits/frontend-starterkit/issues",
"contributors": "https://github.com/starterkits/frontend-starterkit/graphs/contributors",
"bugs": "https://github.com/starterkits/frontend-starterkit-minimal/issues",
"contributors": "https://github.com/starterkits/frontend-starterkit-minimal/graphs/contributors",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/starterkits/frontend-starterkit/master/LICENSE"
"url": "https://raw.github.com/starterkits/frontend-starterkit-minimal/master/LICENSE"
}
],
"scripts": {
Expand Down

0 comments on commit aa88714

Please sign in to comment.