-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 973 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
{
"name": "alias",
"version": "0.1.0",
"description": "Simple web interface for managing email address aliases and blocks for Postfix",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytesnz/alias.git"
},
"author": "Jack F (@bytesnz)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bytesnz/alias/issues"
},
"homepage": "https://github.com/bytesnz/alias#readme",
"dependencies": {
"express": "^4.13.4",
"json-crud": "meldce/json-crud#initialDevelopment",
"promise": "^7.1.1",
"socket.io": "^1.4.6"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-eslint": "^2.0.0",
"gulp-insert": "^0.5.0",
"gulp-less": "^3.1.0",
"gulp-lesshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-strip-comments": "^2.4.3",
"gulp-uglify": "^1.5.3"
}
}