tellform/package.json

100 lines
2.8 KiB
JSON
Raw Normal View History

2015-06-29 22:51:29 +00:00
{
"name": "NodeForm",
2015-07-14 21:05:16 +00:00
"description": "PDF generated form builder",
2015-08-12 18:38:12 +00:00
"version": "1.0.3",
"homepage": "https://github.com/whitef0x0/NodeForm",
2015-07-14 21:05:16 +00:00
"authors": [
"David Baldwynn <polydaic@gmail.com>"
],
2015-07-10 23:46:34 +00:00
"private": true,
2015-06-29 22:51:29 +00:00
"repository": {
"type": "git",
"url": "https://github.com/whitef0x0/NodeForms.git"
2015-06-29 22:51:29 +00:00
},
"engines": {
2015-07-13 18:26:07 +00:00
"node": "~0.10.28",
"npm": "~1.4.28"
2015-06-29 22:51:29 +00:00
},
"scripts": {
"start": "grunt",
"test": "grunt test",
2015-07-13 18:33:36 +00:00
"postinstall": "bower install --config.interactive=false; grunt build"
2015-06-29 22:51:29 +00:00
},
"dependencies": {
2015-08-14 16:40:34 +00:00
"async": "^1.4.2",
2015-06-29 22:51:29 +00:00
"body-parser": "~1.9.0",
"bower": "~1.3.8",
"chalk": "~1.0.0",
"compression": "~1.2.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.1",
"consolidate": "~0.10.0",
"cookie-parser": "~1.3.2",
2015-08-11 20:32:27 +00:00
"email-verification": "whitef0x0/node-email-verification",
2015-06-29 22:51:29 +00:00
"express": "~4.10.1",
"express-session": "~1.9.1",
"forever": "~0.11.0",
"fs-extra": "~0.18.3",
2015-06-29 22:51:29 +00:00
"glob": "~4.0.5",
2015-07-10 23:46:34 +00:00
"grunt": "~0.4.1",
2015-06-29 22:51:29 +00:00
"grunt-cli": "~0.1.13",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-csslint": "~0.3.1",
2015-06-29 22:51:29 +00:00
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.1",
2015-06-29 22:51:29 +00:00
"grunt-karma": "~0.9.0",
"grunt-mocha-test": "~0.12.1",
"grunt-newer": "~1.1.1",
"grunt-ng-annotate": "~0.4.0",
"grunt-node-inspector": "~0.1.3",
"grunt-nodemon": "~0.3.0",
2015-07-13 21:47:24 +00:00
"helmet": "~0.5.0",
2015-06-29 22:51:29 +00:00
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.2.0",
2015-06-29 22:51:29 +00:00
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "^0.2.3",
"karma-phantomjs-launcher": "~0.1.2",
2015-07-13 21:47:24 +00:00
"load-grunt-tasks": "~1.0.0",
"lodash": "~2.4.1",
2015-08-07 21:02:44 +00:00
"mailosaur": "^1.0.1",
2015-07-13 21:47:24 +00:00
"main-bower-files": "~2.8.2",
"method-override": "~2.3.0",
"mocha": ">=1.20.0",
"mongoose": "~3.8.8",
"morgan": "~1.4.1",
"multer": "~0.1.8",
2015-08-04 21:06:16 +00:00
"node-pdffiller": "~0.0.5",
2015-07-13 21:47:24 +00:00
"nodemailer": "~1.3.0",
2015-09-03 18:21:56 +00:00
"nools": "^0.4.1",
2015-07-13 21:47:24 +00:00
"passport": "~0.2.0",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-linkedin": "~0.1.3",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"raven": "^0.8.1",
2015-08-14 16:40:34 +00:00
"request": "^2.60.0",
"request-promise": "^0.4.3",
2015-07-13 21:47:24 +00:00
"satelize": "~0.1.1",
2015-08-04 21:06:16 +00:00
"shortid": "^2.2.2",
"should": "~4.1.0",
2015-08-12 18:38:12 +00:00
"soap": "^0.9.1",
2015-07-13 21:47:24 +00:00
"supertest": "~0.14.0",
2015-08-07 21:02:44 +00:00
"supertest-session": "^1.0.0",
2015-07-13 21:47:24 +00:00
"swig": "~1.4.1",
"then-fs": "~2.0.0"
},
"devDependencies": {
"karma-chrome-launcher": "^0.1.12",
2015-08-18 21:44:36 +00:00
"karma-jasmine-html-reporter": "^0.1.8",
"karma-mocha-reporter": "^1.1.1",
2015-08-21 00:17:14 +00:00
"karma-ng-html2js-preprocessor": "^0.1.2",
2015-08-18 21:44:36 +00:00
"node-mandrill": "^1.0.1"
2015-06-29 22:51:29 +00:00
}
}