{ "name": "wiprotest", "version": "1.0.0", "description": "Wipro Weather Test", "main": "server.js", "scripts": { "build": "gulp js", "prestart": "browserify -g uglifyify src/backbone/js/app.js -o src/backbone/bundle.js", "test": "./node_modules/mocha/bin/mocha --reporter spec", "postinstall": "browserify -g uglifyify src/backbone/js/app.js -o src/backbone/bundle.js", "start": "node server.js" }, "repository": { "type": "git", "url": "git+https://github.com/martind2000/wiprotest.git" }, "author": "Martin Donnelly ", "license": "ISC", "bugs": { "url": "https://github.com/martind2000/wiprotest/issues" }, "homepage": "https://github.com/martind2000/wiprotest#readme", "dependencies": { "apicache": "^1.1.0", "babelify": "^8.0.0", "backbone": "^1.3.3", "browserify": "^14.5.0", "es6-promise": "^4.1.1", "express": "^4.16.2", "fecha": "^2.3.1", "fetch-everywhere": "^1.0.5", "jquery": "^3.2.1", "log4js": "^2.3.11", "moment": "^2.19.1", "openweather-apis": "^3.3.5", "react": "^16.0.0", "react-dom": "^16.0.0", "underscore": "^1.8.3" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "eslint": "^4.10.0", "eslint-plugin-react": "^7.4.0", "expect.js": "^0.3.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-browserify": "^0.5.1", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^2.6.1", "gulp-streamify": "^1.0.2", "gulp-tasks": "0.0.2", "gulp-uglify": "^3.0.0", "gulp-uglify-es": "^0.1.3", "gulp-util": "^3.0.8", "gulp-webpack": "^1.5.0", "lodash.assign": "^4.2.0", "mocha": "^3.5.3", "require-dir": "^0.3.2", "sinon": "^4.1.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.9.0" } }