1
0
ohmyform/package.json

119 lines
3.4 KiB
JSON
Raw Normal View History

2015-06-29 15:51:29 -07:00
{
2019-07-11 14:16:24 -07:00
"name": "ohmyform",
2015-11-16 14:25:39 -08:00
"description": "Opensource alternative to TypeForm",
2017-10-07 01:47:54 -07:00
"version": "2.1.0",
2019-07-11 14:16:24 -07:00
"homepage": "https://github.com/ohmyform/ohmyform",
2015-07-14 14:05:16 -07:00
"authors": [
2015-11-06 09:25:30 -08:00
"David Baldwynn <polydaic@gmail.com> (http://baldwynn.me)"
2015-07-14 14:05:16 -07:00
],
2015-11-06 09:25:30 -08:00
"license": "MIT",
2015-07-10 16:46:34 -07:00
"private": true,
2015-06-29 15:51:29 -07:00
"repository": {
"type": "git",
2019-07-11 14:16:24 -07:00
"url": "https://github.com/ohmyform/ohmyform.git"
2015-06-29 15:51:29 -07:00
},
"scripts": {
"addcontrib": "all-contributors add",
"generate": "all-contributors generate",
2017-10-26 11:00:05 -07:00
"start": "grunt",
"test": "grunt test",
2017-11-06 14:05:59 -08:00
"postinstall": "bower install --config.interactive=false",
2017-10-10 22:07:13 -07:00
"init": "node scripts/setup.js"
2015-06-29 15:51:29 -07:00
},
"dependencies": {
2019-07-15 12:04:39 -07:00
"async": "^2.6.3",
2019-04-29 16:02:27 -07:00
"body-parser": "^1.19.0",
"bower": "^1.8.8",
2019-07-15 12:04:39 -07:00
"chalk": "^2.4.2",
2019-04-29 16:02:27 -07:00
"compression": "^1.7.4",
2019-07-15 12:04:39 -07:00
"connect": "^3.7.0",
"connect-mongo": "^3.0.0",
"consolidate": "~0.14.5",
2019-07-15 12:04:39 -07:00
"cookie-parser": "^1.4.4",
"deep-diff": "^1.0.2",
"dotenv": "^8.0.0",
2019-07-18 02:31:56 -07:00
"email-verification": "github:ohmyform/node-email-verification",
2017-11-06 13:44:29 -08:00
"envfile": "^2.1.1",
2019-07-15 12:04:39 -07:00
"express": "^4.17.1",
"express-session": "^1.16.2",
"glob": "^7.1.4",
"grunt": "^1.0.4",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-env": "^0.4.4",
2019-04-29 16:02:27 -07:00
"grunt-html2js": "^0.6.0",
2019-07-15 12:04:39 -07:00
"grunt-ng-annotate": "^3.0.0",
"helmet": "^3.18.0",
"i18n": "^0.8.3",
2017-04-20 18:42:17 -07:00
"jit-grunt": "^0.9.1",
"jsdom": "^15.1.1",
2019-07-15 12:04:39 -07:00
"lodash": "^4.17.14",
2019-04-29 16:02:27 -07:00
"main-bower-files": "^2.13.1",
2019-07-15 12:04:39 -07:00
"method-override": "^3.0.0",
2017-04-20 18:42:17 -07:00
"mkdirp": "^0.5.1",
"mongoose": "^5.6.4",
2019-04-29 16:02:27 -07:00
"morgan": "^1.9.1",
2019-07-15 12:04:39 -07:00
"nodemailer": "^6.3.0",
"passport": "^0.4.0",
2017-04-20 18:42:17 -07:00
"passport-anonymous": "^1.0.1",
2019-07-15 12:04:39 -07:00
"passport-local": "^1.0.0",
"passport-localapikey-update": "^0.6.0",
"path-exists": "^4.0.0",
2017-04-20 18:42:17 -07:00
"prerender-node": "^2.2.1",
2019-07-15 12:04:39 -07:00
"pug": "^2.0.4",
2017-04-20 18:42:17 -07:00
"random-js": "^1.0.8",
"raven": "^0.9.0",
2019-04-29 16:02:27 -07:00
"request": "^2.88.0",
2019-07-15 12:04:39 -07:00
"socket.io": "^1.7.4",
"socket.io-redis": "^5.2.0",
"swig": "^1.4.2",
"uuid-token-generator": "^1.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
2019-07-15 12:04:39 -07:00
"all-contributors-cli": "^6.7.0",
"chromedriver": "^75.1.0",
"coveralls": "^3.0.5",
"cross-spawn": "^6.0.5",
"del": "^5.0.0",
"grunt-cli": "^1.3.2",
"grunt-closure-compiler": "^0.0.21",
2017-04-20 18:42:17 -07:00
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
2019-07-15 12:04:39 -07:00
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
2017-04-20 18:42:17 -07:00
"grunt-execute": "^0.2.2",
2017-10-27 12:52:39 -07:00
"grunt-i18nlint": "github:jwarby/grunt-i18nlint",
2019-07-15 12:04:39 -07:00
"grunt-karma": "^3.0.2",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-newer": "^1.3.0",
"grunt-nodemon": "^0.4.2",
2017-10-27 12:52:39 -07:00
"grunt-usemin": "^3.1.1",
2017-04-20 18:42:17 -07:00
"grunt-wiredep": "^3.0.1",
2019-07-15 12:04:39 -07:00
"istanbul": "^0.4.5",
"jasmine-core": "^3.4.0",
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-mocha-reporter": "^2.2.5",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
2019-07-15 12:04:39 -07:00
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nightwatch": "^1.1.13",
"phantomjs": "^2.1.7",
"selenium-server": "^3.141.59",
"should": "^13.2.3",
"supertest": "^4.0.2",
"supertest-session": "^4.0.0",
2017-04-20 18:42:17 -07:00
"wiredep": "^4.0.0"
2015-06-29 15:51:29 -07:00
}
}