-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·102 lines (102 loc) · 2.96 KB
/
package.json
File metadata and controls
executable file
·102 lines (102 loc) · 2.96 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "library",
"description": "Online Library Management System using MEAN Stack",
"version": "0.6.0-beta",
"meanjs-version": "0.5.0-beta",
"private": false,
"author": "Rahul Raviprasad, Anoop Goudar",
"license": "MIT",
"engines": {
"node": ">=0.12.0",
"npm": ">=2.0.0"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"repository": "https://github.com/Rahul-Raviprasad/Library",
"bugs": {
"url": "https://github.com/Rahul-Raviprasad/Library/issues"
},
"homepage": "https://github.com/Rahul-Raviprasad/Library#readme",
"dependencies": {
"acl": "~0.4.9",
"async": "~1.5.2",
"body-parser": "~1.15.0",
"cfenv": "~1.0.3",
"chalk": "~1.1.1",
"compression": "~1.6.1",
"connect-cas": "git://github.com/uidev547/connect-cas.git",
"connect-flash": "~0.1.1",
"connect-mongo": "~1.1.0",
"consolidate": "~0.14.0",
"cookie-parser": "~1.4.1",
"crypto": "0.0.3",
"express": "~4.13.4",
"express-session": "~1.13.0",
"file-stream-rotator": "~0.0.6",
"forever": "~0.15.1",
"generate-password": "~1.1.1",
"glob": "~7.0.0",
"gulp-wiredep": "~0.0.0",
"helmet": "~1.3.0",
"jasmine-core": "~2.4.1",
"lodash": "^4.6.1",
"lusca": "~1.3.0",
"method-override": "~2.3.5",
"mocha": "~2.4.5",
"mongoose": "~4.4.8",
"morgan": "~1.7.0",
"multer": "~1.1.0",
"nodemailer": "~2.3.0",
"owasp-password-strength-test": "~1.3.0",
"passport": "~0.3.2",
"phantomjs-prebuilt": "~2.1.4",
"serve-favicon": "~2.3.0",
"socket.io": "~1.4.5",
"swig": "~1.4.2",
"validator": "~5.1.0",
"winston": "^2.2.0"
},
"devDependencies": {
"bower": "~1.7.7",
"coveralls": "~2.11.6",
"eslint": "~2.2.0",
"eslint-config-airbnb": "~6.0.2",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-concurrent": "~2.0.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.4",
"grunt-eslint": "~18.0.0",
"grunt-karma": "~0.12.1",
"grunt-mocha-istanbul": "~3.0.1",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "~1.0.1",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
"grunt-protractor-coverage": "~0.2.15",
"grunt-protractor-runner": "~3.0.0",
"imagemin-pngquant": "~4.2.0",
"istanbul": "~0.4.2",
"karma": "~0.13.21",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "~0.5.3",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.7",
"karma-ng-html2js-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~1.0.0",
"load-grunt-tasks": "~3.4.1",
"mock-fs": "~3.7.0",
"node-inspector": "~0.12.7",
"run-sequence": "~1.1.5",
"should": "~8.2.2",
"supertest": "~1.2.0"
}
}