-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
92 lines (92 loc) · 2.71 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
84
85
86
87
88
89
90
91
92
{
"name": "Octobox",
"description": "Evernote killer for Dropbox",
"homepage": "http://octoboxapp.com",
"author": "Milosz Falinski",
"version": "0.0.6",
"private": true,
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "node node_modules/bower/bin/bower install",
"dev": "npm install && make && node server.js"
},
"dependencies": {
"assert": "^1.1.1",
"async": "^0.2.10",
"bower": "~1.3.2",
"cheerio": "^0.16.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.0",
"connect-redis": "1.4.7",
"crypto": "0.0.3",
"dropbox": "0.x",
"express": "~3.5.0",
"express-cluster": "0.0.2",
"forever": "~0.10.11",
"gravatar": "^1.0.6",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "latest",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "~0.5.3",
"grunt-env": "~0.4.1",
"grunt-karma": "~0.8.2",
"grunt-mocha-test": "~0.8.1",
"grunt-nodemon": "0.1.2",
"jade": "~1.0.2",
"karma": "~0.12.4",
"karma-chrome-launcher": "~0.1.0",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "~0.2.1",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-spec-reporter": "0.0.12",
"lodash": "latest",
"mongoose": "~3.8.3",
"nodemailer": "^0.6.3",
"passport": "~0.1.18",
"passport-local": "~0.1.6",
"passport-remember-me": "0.0.1",
"request": "^2.36.0",
"should": "2.1.1",
"toobusy": "^0.2.4",
"view-helpers": "~0.1.4",
"validator": "^3.4.0"
},
"devDependencies": {
"grunt-concurrent": "latest",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-jshint": "latest",
"grunt-contrib-sass": "0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "latest",
"grunt-cssjoin": "0.2.0",
"grunt-karma": "~0.8.2",
"grunt-mocha-test": "latest",
"grunt-nodemon": "0.1.2",
"karma": "~0.12.4",
"karma-chrome-launcher": "~0.1.0",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "~0.2.1",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-spec-reporter": "0.0.12",
"should": "2.1.1",
"supertest": "~0.10.0"
}
}