-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "magnoliaApp",
"version": "0.0.2",
"dependencies": {
"accounting": "~0.4.1",
"async": "~0.9.0",
"base-64": "~0.1.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "*",
"compression": "*",
"cookie-parser": "*",
"csv": "~0.3.7",
"date-utils": "~1.2.16",
"emailjs": "~0.3.6",
"errorhandler": "*",
"express": "4.x",
"express-csv": "~0.6.0",
"express-session": "~1.0.2",
"fast-csv": "~0.4.2",
"jade": "~1.0.0",
"javascript-natural-sort": "~0.7.1",
"memorystream": "^0.2.0",
"method-override": "*",
"moment": "~2.5.1",
"mongodb": "~1.3.23",
"morgan": "*",
"multer": "*",
"node-uuid": "^1.4.1",
"nodemailer": "~0.7.0",
"numeral": "~1.5.3",
"passgen": "^1.0.1",
"passport": "~0.1.17",
"passport-facebook": "~0.1.5",
"passport-google": "~0.3.0",
"passport-linkedin": "~0.1.3",
"passport-local": "~0.1.6",
"passport-twitter": "~0.1.4",
"path": "~0.4.9",
"pdfjs": "^0.5.1",
"pdfkit": "^0.6.3",
"phantom": "~0.6.5",
"puid": "~0.5.4",
"swig": "~1.4.1",
"underscore": "~1.5.2",
"unicode-trie": "~0.1.1",
"validator": "~1.1.1"
},
"subdomain": "magnoliaApp",
"scripts": {
"start": "grunt dev",
"test": "grunt test",
"postinstall": "./node_modules/bower/bin/bower install"
},
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"devDependencies": {
"chai": "~1.6.1",
"grunt": "~0.4.1",
"grunt-env": "~0.4.1",
"grunt-mocha-test": "~0.7.0",
"grunt-ng-constant": "^1.0.0",
"grunt-nodemon": "~0.2.0",
"karma": "~0.10.9",
"karma-chai": "0.0.2",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-junit-reporter": "~0.2.1",
"karma-mocha": "~0.1.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"mocha": "~1.10.0",
"nodemon": "~1.0.12",
"passport-stub": "0.1.5",
"requirejs": "~2.1.10",
"sinon": "~1.7.2",
"supertest": "0.8.0"
}
}