Something went wrong. Try again.
Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
Something went wrong. Try again.
upvcarshare package.json
1.4 kB · 50 lines
JSON
at main
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051{ "name": "upvcarshare", "version": "0.1.0", "description": "UPV Car Share project", "repository": "https://github.com/marcosgabarda/upvcarshare", "license": "MIT", "dependencies": { "underscore": "^1.8.3" }, "scripts": { "watch": "gulp", "build": "gulp deploy" }, "devDependencies": { "angular": "^1.5.11", "angular-cookies": "^1.5.7", "angular-google-maps": "^2.3.3", "angular-i18n": "^1.5.9", "angular-simple-logger": "^0.1.7", "angular-ui-bootstrap": "^1.3.3", "angular-ui-calendar": "^1.0.2", "angularjs-scroll-glue": "^2.0.7", "babel-polyfill": "^6.9.1", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babelify": "^7.3.0", "bootstrap": "4.0.0-alpha.5", "bootstrap-ui-datetime-picker": "^2.4.1", "browserify": "^13.0.1", "browserify-shim": "^3.8.12", "fullcalendar": "^2.8.0", "gulp": "^3.9.1", "gulp-beautify": "^2.0.0", "gulp-if": "^2.0.1", "gulp-imagemin": "^3.0.1", "gulp-rename": "^1.2.2", "gulp-sass": "^2.3.1", "gulp-uglify": "^1.5.3", "gulp-util": "^3.0.7", "jquery": "^2.1.4", "lodash": "^4.13.1", "moment": "^2.13.0", "node-sass": "^3.4.2", "rrule": "^2.2.0", "tether": "^1.3.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0" }}