-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "responsive-wedding",
"version": "0.0.1",
"description": "Corybill and Justines Wedding website",
"private": true,
"dependencies": {
"express": "~3.2.6",
"grunt": "0.x.x",
"grunt-cli": "0.x.x",
"grunt-autoprefixer": "0.2.x",
"grunt-browserify2": "~0.1.8",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-coffee": "0.7.x",
"grunt-contrib-connect": "0.4.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-cssmin": "0.6.x",
"grunt-contrib-jade": "0.8.x",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-stylus": "0.8.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-watch": "0.5.x",
"jade": "~0.31.2",
"lodash": "~2.4.1",
"mongodb": "~1.3.23",
"mongoose": "~3.8.8",
"nodemailer": "^0.6.5"
},
"engine": "node >= 0.10",
"gitHead": "8327191ef9e4ef9ba2bd77f4cc33b2d20ad1e5a5",
"readmeFilename": "README.md",
"main": "main.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/corybill/Wedding.git"
},
"author": "corybill",
"license": "BSD",
"bugs": {
"url": "https://github.com/corybill/Wedding/issues"
}
}