-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.88 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.88 KB
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
{
"name": "webdesignio",
"version": "0.2.0",
"description": "Hosting platform for websites.",
"main": "index.js",
"scripts": {
"start": "./scripts/start",
"build": "NODE_ENV=production NODE_PATH=. make",
"build-dev": "NODE_PATH=.:websites grunt build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/domachine/webdesignio.git"
},
"author": "web-design.io",
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.4",
"body-parser": "^1.8.4",
"browserify": "^8.0.3",
"browserify-middleware": "^3.0.1",
"coffee-script": "^1.8.0",
"coffeeify": "^0.7.0",
"connect-redis": "^2.1.0",
"content-disposition": "^0.5.0",
"cookie": "^0.1.2",
"cookie-parser": "^1.3.3",
"cookie-signature": "^1.0.5",
"express": "^4.9.4",
"express-resource": "^1.0.0",
"express-session": "^1.8.2",
"highland": "^2.3.0",
"hiredis": "^0.5.0",
"jade": "^1.7.0",
"jadeify": "^4.0.0",
"less-middleware": "^1.0.4",
"mailchimp": "^1.1.0",
"mailgun-js": "^0.6.7",
"marked": "^0.3.2",
"method-override": "^2.3.0",
"moment": "^2.10.6",
"mongoose": "^4.1.9",
"multiparty": "^4.1.0",
"nodemailer": "^2.3.1-rc.0",
"passport": "^0.2.1",
"passport-local-mongoose": "^0.3.0",
"postmark": "^1.2.1",
"redis": "^0.12.1",
"sanitize-html": "^1.9.0",
"serve-static": "^1.6.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"backbone": "^1.1.2",
"cssmin": "^0.4.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-watch": "^0.6.1",
"less": "^2.4.0",
"react": "^0.11.2",
"node-dev": "^3.0.0",
"uglify-js": "^2.4.16"
},
"engines": {
"node": "0.12.x",
"npm": "2.1.x"
}
}