This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.58 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
61
62
{
"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/rigatoni/linguine-node"
},
"author": "Team Rigatoni",
"license": "MIT",
"bugs": {
"url": "https://github.com/rigatoni/linguine-node/issues"
},
"homepage": "https://github.com/rigatoni/linguine-node",
"dependencies": {
"asn1": "^0.2.2",
"assert-plus": "^0.1.5",
"backoff": "^2.4.1",
"body-parser": "~1.9.0",
"bower": "~1.3.12",
"bunyan": "^1.4.0",
"connect-multiparty": "^1.2.5",
"express": "^4.13.3",
"express-session": "~1.9.1",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.3",
"jade": "~1.7.0",
"lodash": "^4.0.0",
"mongoose": "^4.2.9",
"morgan": "^1.5.1",
"passport": "^0.3.2",
"passport-ldapauth": "^0.4.0",
"pooling": "^0.4.6",
"request": "~2.47.0"
},
"devDependencies": {
"chai": "~1.9.2",
"del": "~0.1.3",
"gulp-concat": "~2.4.1",
"gulp-less": "~1.3.6",
"gulp-mocha": "~1.1.1",
"gulp-ng-annotate": "~0.3.3",
"gulp-resolve-dependencies": "^2.1.0",
"gulp-uglify": "~1.0.1",
"gulp-watch": "~1.1.0",
"karma": "~0.12.25",
"karma-chai": "~0.1.0",
"karma-coverage": "~0.2.6",
"karma-mocha": "~0.1.9",
"karma-mocha-reporter": "~0.3.1",
"karma-phantomjs-launcher": "~0.1.4",
"mocha": "~1.21.5",
"phantomjs": "~1.9.12",
"supertest": "~0.14.0"
}
}