-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.5 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
{
"name": "douitsu",
"version": "0.0.0",
"description": "douitsu =======",
"main": "app.js",
"scripts": {
"test": "node_modules/.bin/mocha test/*.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ninjablocks/douitsu.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ninjablocks/douitsu/issues"
},
"homepage": "https://github.com/ninjablocks/douitsu",
"dependencies": {
"async": "^0.2.10",
"connect": "~2.12.0",
"ejs": "~0.8.5",
"ejs-locals": "~1.0.2",
"express": "~3.4.8",
"express-expose": "0.3.3",
"ldapjs": "~0.7.0",
"nodemailer-smtp-transport": "^0.1.13",
"oauth2orize": "~1.0.1",
"optimist": "~0.6.1",
"seneca": "~0.9.3",
"seneca-account": "~0.1.5",
"seneca-admin": "~0.1.2",
"seneca-auth": "~0.4.0",
"seneca-data-editor": "~0.1.4",
"seneca-fieldmap": "~0.1.0",
"seneca-jsonrest-api": "~0.2.1",
"seneca-mail": "0.2.2",
"seneca-mysql-store": "~0.0.5",
"seneca-perm": "~0.1.2",
"seneca-redis-store": "~0.0.5",
"seneca-settings": "~0.1.2",
"seneca-user": "0.2.10",
"underscore": "~1.5.2"
},
"devDependencies": {
"gulp": "^3.7.0",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.1.7",
"gulp-jshint": "~1.4.0",
"gulp-load-plugins": "~0.3.0",
"gulp-ngmin": "~0.1.2",
"gulp-rename": "~1.0.0",
"gulp-size": "~0.1.3",
"gulp-uglify": "~0.2.1",
"gulp-util": "~2.2.14",
"mocha": "~1.17.1",
"nid": "^0.3.2"
}
}