Small adjustments
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "mean",
|
||||
"name": "angular-quickstart",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"bootstrap": "2.3.2",
|
||||
|
13
package.json
13
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",
|
||||
|
Reference in New Issue
Block a user