update package

This commit is contained in:
Matias Alejo Garcia 2016-08-10 17:56:27 -03:00
parent e51d901915
commit 227afee89e
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
2 changed files with 22 additions and 22 deletions

View File

@ -46,17 +46,7 @@
"coveralls": "^2.11.9",
"express": "^4.11.2",
"fs": "0.0.2",
"shelljs": "^0.3.0"
},
"scripts": {
"preinstall": "bower install && cd app-template && ./apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",
"test": "./node_modules/.bin/grunt test-coveralls",
"clean": "git clean -dfx"
},
"devDependencies": {
"shelljs": "^0.3.0",
"grunt-angular-gettext": "^2.2.3",
"fs-extra": "^0.30.0",
"grunt-browserify": "^5.0.0",
@ -92,5 +82,15 @@
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"xcode": "^0.8.2"
},
"scripts": {
"preinstall": "bower install && cd app-template && ./apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",
"test": "./node_modules/.bin/grunt test-coveralls",
"clean": "git clean -dfx"
},
"devDependencies": {
}
}

View File

@ -49,17 +49,7 @@
"coveralls": "^2.11.9",
"express": "^4.11.2",
"fs": "0.0.2",
"shelljs": "^0.3.0"
},
"scripts": {
"preinstall": "bower install && cd app-template && ./apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",
"test": "./node_modules/.bin/grunt test-coveralls",
"clean": "git clean -dfx"
},
"devDependencies": {
"shelljs": "^0.3.0",
"grunt-angular-gettext": "^2.2.3",
"fs-extra": "^0.30.0",
"grunt-browserify": "^5.0.0",
@ -95,5 +85,15 @@
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"xcode": "^0.8.2"
},
"scripts": {
"preinstall": "bower install && cd app-template && ./apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",
"test": "./node_modules/.bin/grunt test-coveralls",
"clean": "git clean -dfx"
},
"devDependencies": {
}
}