Small adjustments

This commit is contained in:
Sahat Yalkabov
2013-11-13 12:37:40 -05:00
parent d4b651a5c8
commit bc463f80c3
2 changed files with 2 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "mean", "name": "angular-quickstart",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"bootstrap": "2.3.2", "bootstrap": "2.3.2",

View File

@ -1,17 +1,6 @@
{ {
"name": "mean", "name": "angular-quickstart",
"description": "MEAN - A Modern Stack: MongoDB, ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).",
"version": "0.1.0", "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": { "scripts": {
"start": "node node_modules/grunt-cli/bin/grunt", "start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test", "test": "node node_modules/grunt-cli/bin/grunt test",