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",