temptest/package.json
Martin Donnelly d332140d32 init
2017-10-27 21:26:27 +01:00

53 lines
1.5 KiB
JSON

{
"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",
"backbone": "^1.3.3",
"browserify": "^14.4.0",
"express": "^4.16.1",
"jquery": "^3.2.1",
"log4js": "^2.3.4",
"moment": "^2.18.1",
"openweather-apis": "^3.3.2",
"react": "^16.0.0",
"uglifyify": "^4.0.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-tasks": "0.0.2",
"gulp-uglify": "^3.0.0",
"lodash.assign": "^4.2.0",
"mocha": "^3.5.3",
"require-dir": "^0.3.2",
"sinon": "^4.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}