From bc463f80c33cba3f1c81ba7f4f39993763aa6c5b Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 13 Nov 2013 12:37:40 -0500 Subject: [PATCH] Small adjustments --- bower.json | 2 +- package.json | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/bower.json b/bower.json index 1ee578ef41..58fc25b088 100755 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "mean", + "name": "angular-quickstart", "version": "0.1.0", "dependencies": { "bootstrap": "2.3.2", diff --git a/package.json b/package.json index 7d0a69d01f..438b3a2c4e 100755 --- a/package.json +++ b/package.json @@ -1,17 +1,6 @@ { - "name": "mean", - "description": "MEAN - A Modern Stack: MongoDB, ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).", + "name": "angular-quickstart", "version": "0.1.0", - "private": false, - "author": "Amos Haviv", - "repository": { - "type": "git", - "url": "https://github.com/linnovate/mean.git" - }, - "engines": { - "node": "0.10.x", - "npm": "1.2.x" - }, "scripts": { "start": "node node_modules/grunt-cli/bin/grunt", "test": "node node_modules/grunt-cli/bin/grunt test",