-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.13 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
{
"name": "Pegasys",
"private": true,
"main": "server/index.js",
"description": "A carpool-finding app",
"engines": {
"node": ">=0.10.0"
},
"author": "Salman Oskooi <soskooi@gmail.com>, Daniel Sato <dksato@gmail.com>, Ivan Mora <>, Mac Evans <>",
"license": "Creative Commons Attribution 4.0",
"dependencies": {
"angular": "^1.4.3",
"angular-animate": "^1.4.3",
"angular-cookies": "^1.4.3",
"angular-resource": "^1.4.3",
"angular-route": "^1.4.3",
"angular-sanitize": "^1.4.3",
"angular-touch": "^1.4.3",
"babel-runtime": "^5.8.20",
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"bower": "^1.7.2",
"browserify-middleware": "^6.0.0",
"chai": "^3.4.1",
"composable-middleware": "^0.3.0",
"compression": "^1.5.2",
"connect-mongo": "^0.8.1",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.3",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-jwt": "^3.0.0",
"express-session": "^1.11.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-mocha": "^0.4.15",
"grunt-mocha-test": "^0.12.7",
"jquery": "^2.1.4",
"jsonwebtoken": "^5.0.0",
"kerberos": "0.0.17",
"lodash": "^3.10.1",
"lusca": "^1.3.0",
"method-override": "^2.3.5",
"mocha": "^2.3.4",
"mongoose": "^4.1.2",
"morgan": "~1.6.1",
"nodemon": "^1.3.7",
"passport": "~0.3.0",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"q": "^1.4.1",
"serve-favicon": "^2.3.0"
},
"scripts": {
"start": "./node_modules/.bin/nodemon server/index.js --ignore client/ --ignore node_modules/",
"postinstall": "./node_modules/.bin/bower install; grunt; cat postInstallCheck.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dYale/node-catapult-angular"
},
"keywords": [
"boilerplate",
"browserify",
"express",
"angular"
],
"bugs": {
"url": "https://github.com/dYale/node-catapult-angular/issues"
},
"homepage": "https://github.com/dYale/node-catapult-angular"
}