-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "nodejs-admin",
"version": "1.4.2",
"private": true,
"dependencies": {
"acl": "0.4.9",
"async": "1.5.2",
"bcrypt-nodejs": "0.0.3",
"excel-parser": "0.2.2",
"html-to-text": "1.6.2",
"lodash": "3.10.1",
"merge": "1.2.0",
"multiparty": "4.1.2",
"object-path": "0.9.2",
"passport-ldapauth": "0.4.0",
"passport-local": "1.0.0",
"randomstring": "1.1.4",
"validator": "5.1.0",
"xlsx": "0.8.0"
},
"devDependencies": {
"dioscouri-core": "git+https://github.com/dioscouri/nodejs-lib.git",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-cssmin": "0.13.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.9.2",
"mocha": ">=2.3.3",
"nodejs-admin": "git+https://github.com/dioscouri/nodejs-admin.git"
},
"engines": {
"node": ">=4.1.1",
"npm": ">=2.13.4"
},
"repository": {
"type": "git",
"url": "https://github.com/dioscouri/nodejs-admin"
},
"author": "Dioscouri",
"main": "index.js"
}