-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 828 Bytes
/
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
{
"name": "GroupTonesMobile",
"version": "0.1.0-1",
"domains": [
"m.grouptones.com"
],
"subdomain": "Grouptones-Mobile",
"dependencies": {
"express": "~3.3.5",
"underscore": "~1.5.1",
"nodemailer": "~0.5.2",
"dustjs-helpers": "~1.1.1",
"dustjs-linkedin": "~2.0.2",
"consolidate": "0.9.0",
"mysql": "~2.0.0-alpha8",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"nodemailer": "~0.5.15"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"nodemon": "0.7.6"
},
"repository": {
"type": "git",
"url": "https://github.com/deeg/GroupTonesMobile.git"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"start": "node app.js"
}
}