Small adjustments
This commit is contained in:
@ -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",
|
||||||
|
13
package.json
13
package.json
@ -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",
|
||||||
|
Reference in New Issue
Block a user