diff --git a/app-template/package.json b/app-template/package.json index 8c3e8c7a6..5a79c56c5 100644 --- a/app-template/package.json +++ b/app-template/package.json @@ -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": { } } diff --git a/package.json b/package.json index a710f49ae..0a0c3df34 100644 --- a/package.json +++ b/package.json @@ -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": { } }