-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.56 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
{
"name": "soshace",
"version": "0.0.3",
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-newer": "~0.5.4",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.1",
"express": "~4.6.1",
"mongoose": "~3.8.13",
"underscore": "~1.6.0",
"unidecode": "~0.1.3",
"grunt-contrib-requirejs": "~0.4.3",
"underscore.string": "~2.2.1",
"i18n-2": "git://github.com/brnikita/i18n-2.git",
"gm":"~1.9.0",
"bcrypt": "~0.7.8",
"passport": "~0.2.0",
"passport-local":"git://github.com/brnikita/passport-local",
"nodemailer": "~0.6.5",
"express3-handlebars": "~0.5.0",
"grunt-contrib-handlebars": "~0.8.0",
"handlebars": "~2.0.0-alpha.4",
"body-parser": "~1.5.0",
"cookie-parser": "~1.3.2",
"express-session": "~1.6.5",
"method-override": "~2.1.1",
"formidable": "~1.0.15",
"connect-mongo": "~0.4.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-newer": "~0.5.4",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.1",
"express": "~4.6.1",
"mongoose": "~3.8.13",
"underscore": "~1.6.0",
"unidecode": "~0.1.3",
"underscore.string": "~2.2.1",
"i18n-2": "git://github.com/brnikita/i18n-2.git",
"gm":"~1.9.0",
"bcrypt": "~0.7.8",
"passport": "~0.2.0",
"passport-local":"git://github.com/brnikita/passport-local",
"nodemailer": "~0.6.5",
"express3-handlebars": "~0.5.0",
"grunt-contrib-handlebars": "~0.8.0",
"handlebars": "~2.0.0-alpha.4",
"body-parser": "~1.5.0",
"cookie-parser": "~1.3.2",
"express-session": "~1.6.5",
"method-override": "~2.1.1",
"formidable": "~1.0.15",
"connect-mongo": "~0.4.1"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/brnikita/blog"
}
}