forked from Pastafarians/linguine-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.52 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
{
"name": "linguine-node",
"version": "0.1.0",
"description": "Express/Angular application for linguine.",
"main": "index.js",
"scripts": {
"test": "gulp test",
"start": "node ./bin/www",
"ldap": "./fix_ldap.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/ritlinguine/linguine-node"
},
"author": "RIT CLaSP",
"license": "MIT",
"bugs": {
"url": "https://github.com/ritlinguine/linguine/issues"
},
"homepage": "https://github.com/ritlinguine/linguine-node",
"dependencies": {
"asn1": "^0.2.2",
"assert-plus": "^0.1.5",
"backoff": "^2.4.1",
"body-parser": "^1.19.0",
"bower": "~1.3.12",
"bunyan": "^1.4.0",
"connect-multiparty": "^1.2.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jade": "~1.7.0",
"lodash": "^4.17.20",
"mongoose": "^4.2.9",
"morgan": "^1.5.1",
"passport": "^0.3.2",
"passport-ldapauth": "^0.4.0",
"pooling": "^0.4.6",
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.2.0",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-istanbul": "^1.1.3",
"gulp-less": "^4.0.1",
"gulp-mocha": "^6.0.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-uglify": "^3.0.2",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^6.1.4",
"phantomjs-prebuilt": "^2.1.16",
"supertest": "^4.0.2"
}
}