tellform/package.json

133 lines
3.8 KiB
JSON
Raw Normal View History

2015-06-29 22:51:29 +00:00
{
2015-11-16 22:25:39 +00:00
"name": "TellForm",
"description": "Opensource alternative to TypeForm",
2016-11-08 22:59:35 +00:00
"version": "2.0.0",
2015-11-23 19:19:02 +00:00
"homepage": "https://github.com/whitef0x0/tellform",
2015-07-14 21:05:16 +00:00
"authors": [
2015-11-06 17:25:30 +00:00
"David Baldwynn <polydaic@gmail.com> (http://baldwynn.me)"
2015-07-14 21:05:16 +00:00
],
2015-11-06 17:25:30 +00:00
"license": "MIT",
2015-07-10 23:46:34 +00:00
"private": true,
2015-06-29 22:51:29 +00:00
"repository": {
"type": "git",
2016-11-08 22:59:35 +00:00
"url": "https://github.com/whitef0x0/tellform.git"
2015-06-29 22:51:29 +00:00
},
"engines": {
2015-11-06 20:21:52 +00:00
"node": "~5.0.0",
2015-11-13 01:56:40 +00:00
"npm": "~2.11.2"
2015-06-29 22:51:29 +00:00
},
"scripts": {
"start": "grunt",
"test": "grunt test && grunt coveralls",
2016-06-18 06:47:18 +00:00
"postinstall": "bower install --config.interactive=false; grunt build;",
"init": "node scripts/setup.js"
2015-06-29 22:51:29 +00:00
},
"dependencies": {
2016-04-21 20:17:53 +00:00
"async": "^1.4.2",
2016-08-23 21:45:59 +00:00
"async-boolean-expression-evaluator": "^1.1.1",
2016-05-10 17:13:20 +00:00
"aws-sdk": "^2.3.9",
"bcrypt": "^0.8.7",
2016-11-09 18:02:12 +00:00
"bcrypt-nodejs": "0.0.3",
2016-04-21 20:17:53 +00:00
"body-parser": "~1.14.1",
"bower": "~1.6.5",
2016-05-10 06:30:09 +00:00
"chalk": "^1.1.3",
2015-11-06 17:25:30 +00:00
"compression": "~1.6.0",
2016-08-17 19:04:42 +00:00
"connect": "^3.4.1",
2015-06-29 22:51:29 +00:00
"connect-flash": "~0.1.1",
2016-04-21 20:17:53 +00:00
"connect-mongo": "~0.8.2",
"consolidate": "~0.13.1",
2015-11-06 17:25:30 +00:00
"cookie-parser": "~1.4.0",
"deep-diff": "^0.3.4",
2016-05-20 21:11:37 +00:00
"dotenv": "^2.0.0",
"email-verification": "~0.4.1",
2016-05-10 06:30:09 +00:00
"envfile": "^2.0.1",
2015-11-06 17:25:30 +00:00
"express": "~4.13.3",
"express-device": "~0.4.2",
2016-04-21 20:17:53 +00:00
"express-session": "~1.12.1",
2015-11-06 17:25:30 +00:00
"forever": "~0.15.1",
2016-04-21 20:17:53 +00:00
"fs-extra": "~0.26.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
2016-04-21 20:17:53 +00:00
"grunt-concurrent": "~2.3.0",
2016-05-10 17:13:20 +00:00
"grunt-contrib-csslint": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
2015-11-03 19:04:59 +00:00
"grunt-env": "~0.4.1",
"grunt-html2js": "~0.3.5",
"grunt-karma": "~0.12.1",
"grunt-newer": "~1.1.1",
"grunt-ng-annotate": "~1.0.1",
2015-11-06 17:25:30 +00:00
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
2016-04-21 20:17:53 +00:00
"helmet": "~0.14.0",
2016-05-10 06:30:09 +00:00
"inquirer": "^1.0.2",
2016-04-21 20:17:53 +00:00
"jit-grunt": "^0.9.1",
2015-11-06 20:21:52 +00:00
"lodash": "^2.4.1",
2016-04-21 20:17:53 +00:00
"main-bower-files": "~2.9.0",
2015-09-12 20:23:34 +00:00
"math": "0.0.3",
2016-08-23 21:45:59 +00:00
"mathjs": "^3.4.1",
2015-07-13 21:47:24 +00:00
"method-override": "~2.3.0",
2016-04-29 02:48:02 +00:00
"mkdirp": "^0.5.1",
2016-06-01 01:06:45 +00:00
"mongoose": "~4.4.19",
2015-11-06 20:21:52 +00:00
"mongoose-utilities": "~0.1.1",
2016-04-21 20:17:53 +00:00
"morgan": "~1.6.1",
2015-11-06 20:31:03 +00:00
"multer": "~1.1.0",
2016-04-12 05:19:09 +00:00
"node-freegeoip": "0.0.1",
2016-04-21 20:17:53 +00:00
"nodemailer": "~1.10.0",
2016-10-24 08:51:32 +00:00
"nodemailer-sendgrid-transport": "^0.2.0",
2016-08-17 19:04:42 +00:00
"nodemailer-sparkpost-transport": "^1.0.0",
2016-04-21 20:17:53 +00:00
"passport": "~0.3.0",
2016-06-07 00:37:09 +00:00
"passport-anonymous": "^1.0.1",
2016-04-21 20:17:53 +00:00
"passport-facebook": "~2.0.0",
"passport-github": "~1.0.0",
"passport-google-oauth": "~0.2.0",
2015-11-06 17:25:30 +00:00
"passport-linkedin": "~1.0.0",
2015-07-13 21:47:24 +00:00
"passport-local": "~1.0.0",
2016-08-26 17:01:25 +00:00
"passport-localapikey-update": "^0.5.0",
2015-07-13 21:47:24 +00:00
"passport-twitter": "~1.0.2",
2016-04-23 04:24:05 +00:00
"path-exists": "^2.1.0",
2015-11-06 20:21:52 +00:00
"pdffiller": "~0.1.1",
2016-04-23 04:00:44 +00:00
"prerender-node": "^2.2.1",
2016-04-29 02:48:02 +00:00
"random-js": "^1.0.8",
2016-04-21 20:17:53 +00:00
"raven": "^0.9.0",
2016-06-07 00:37:09 +00:00
"socket.io": "^1.4.6",
"socket.io-redis": "^1.0.0",
2016-06-20 22:06:41 +00:00
"swig": "~1.4.1",
2016-08-26 00:54:16 +00:00
"uuid-token-generator": "^0.5.0",
2016-06-20 22:06:41 +00:00
"wildcard-subdomains": "github:whitef0x0/wildcard-subdomains"
},
"devDependencies": {
2016-11-02 18:30:04 +00:00
"chromedriver": "^2.25.1",
2015-11-23 21:06:02 +00:00
"coveralls": "^2.11.4",
2016-11-02 18:30:04 +00:00
"cross-spawn": "^5.0.0",
"del": "^2.2.2",
2016-04-21 18:59:42 +00:00
"glob": "^7.0.3",
2016-05-10 06:30:09 +00:00
"grunt-execute": "^0.2.2",
2015-11-23 19:19:02 +00:00
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "~0.12.1",
"istanbul": "^0.4.0",
2015-12-12 20:08:48 +00:00
"jasmine-core": "^2.4.1",
2015-11-23 19:19:02 +00:00
"karma": "~0.13.14",
2015-11-03 19:04:59 +00:00
"karma-chrome-launcher": "~0.2.1",
2015-12-12 20:08:48 +00:00
"karma-coverage": "~0.5.3",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "^0.3.6",
2015-11-23 19:19:02 +00:00
"karma-jasmine-html-reporter": "^0.1.8",
"karma-mocha-reporter": "^1.1.1",
"karma-ng-html2js-preprocessor": "^0.2.0",
2015-12-12 20:08:48 +00:00
"karma-phantomjs-launcher": "~0.2.1",
2015-11-23 19:19:02 +00:00
"mailosaur": "^1.0.1",
2016-11-02 18:30:04 +00:00
"mocha": "^3.1.2",
2015-11-23 21:06:02 +00:00
"mocha-lcov-reporter": "^1.0.0",
2016-11-02 18:30:04 +00:00
"nightwatch": "^0.9.8",
2015-11-23 19:19:02 +00:00
"node-mandrill": "^1.0.1",
2015-12-12 20:08:48 +00:00
"phantomjs": "^1.9.18",
2016-11-02 18:30:04 +00:00
"selenium-server": "^3.0.1",
2015-11-01 00:32:37 +00:00
"should": "~7.1.1",
2016-03-30 03:45:16 +00:00
"supertest": "~1.2.0",
"supertest-session": "~2.0.1"
2015-06-29 22:51:29 +00:00
}
}