2017-10-27 20:26:27 +00:00
|
|
|
{
|
|
|
|
"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 <martind2000@gmail.com>",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/martind2000/wiprotest/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/martind2000/wiprotest#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"apicache": "^1.1.0",
|
2017-11-08 00:51:34 +00:00
|
|
|
"babelify": "^8.0.0",
|
2017-10-27 20:26:27 +00:00
|
|
|
"backbone": "^1.3.3",
|
2017-11-08 00:51:34 +00:00
|
|
|
"browserify": "^14.5.0",
|
|
|
|
"es6-promise": "^4.1.1",
|
|
|
|
"express": "^4.16.2",
|
|
|
|
"fecha": "^2.3.1",
|
|
|
|
"fetch-everywhere": "^1.0.5",
|
2017-10-27 20:26:27 +00:00
|
|
|
"jquery": "^3.2.1",
|
2017-11-08 00:51:34 +00:00
|
|
|
"log4js": "^2.3.11",
|
|
|
|
"moment": "^2.19.1",
|
|
|
|
"openweather-apis": "^3.3.5",
|
2017-10-27 20:26:27 +00:00
|
|
|
"react": "^16.0.0",
|
2017-11-08 00:51:34 +00:00
|
|
|
"react-dom": "^16.0.0",
|
2017-10-27 20:26:27 +00:00
|
|
|
"underscore": "^1.8.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-11-08 00:51:34 +00:00
|
|
|
"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",
|
2017-10-27 20:26:27 +00:00
|
|
|
"expect.js": "^0.3.1",
|
|
|
|
"gulp": "^3.9.1",
|
2017-11-08 00:51:34 +00:00
|
|
|
"gulp-babel": "^7.0.0",
|
2017-10-27 20:26:27 +00:00
|
|
|
"gulp-browserify": "^0.5.1",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-sourcemaps": "^2.6.1",
|
2017-11-08 00:51:34 +00:00
|
|
|
"gulp-streamify": "^1.0.2",
|
2017-10-27 20:26:27 +00:00
|
|
|
"gulp-tasks": "0.0.2",
|
|
|
|
"gulp-uglify": "^3.0.0",
|
2017-11-08 00:51:34 +00:00
|
|
|
"gulp-uglify-es": "^0.1.3",
|
|
|
|
"gulp-util": "^3.0.8",
|
|
|
|
"gulp-webpack": "^1.5.0",
|
2017-10-27 20:26:27 +00:00
|
|
|
"lodash.assign": "^4.2.0",
|
|
|
|
"mocha": "^3.5.3",
|
|
|
|
"require-dir": "^0.3.2",
|
2017-11-08 00:51:34 +00:00
|
|
|
"sinon": "^4.1.1",
|
2017-10-27 20:26:27 +00:00
|
|
|
"vinyl-buffer": "^1.0.0",
|
|
|
|
"vinyl-source-stream": "^1.1.0",
|
|
|
|
"watchify": "^3.9.0"
|
|
|
|
}
|
|
|
|
}
|