-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.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
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
{
"name": "protofit",
"version": "0.0.1",
"description": "Automatically create test fits",
"private": true,
"engines": {
"node": "0.12.0"
},
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Warning: no test specified\" && exit 0",
"postinstall": "npm install -g gulp && gulp client --build"
},
"repository": {
"type": "git",
"url": "https://github.com/floored/protofit"
},
"keywords": [
"test",
"fits",
"architecture"
],
"author": "Dustin Byrne, William Martin, Jake Zien, Daniel Suo",
"license": "ISC",
"bugs": {
"url": "https://github.com/floored/protofit/issues"
},
"homepage": "https://github.com/floored/protofit",
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.8.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.12.0",
"browser-sync": "^2.3.1",
"browserify": "^9.0.3",
"connect": "^3.3.5",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.7.0",
"connect-roles": "^3.1.1",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"express-session": "^1.10.4",
"forms": "^1.1.1",
"forms-mongoose": "0.0.6",
"gulp": "^3.8.11",
"gulp-foreach": "^0.1.0",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-stylus": "^2.0.1",
"gulp-svgmin": "^1.1.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.0",
"hammerjs": "^2.0.4",
"jade": "~1.9.2",
"lodash": "^3.6.0",
"minimist": "^1.1.1",
"mongoose": "^3.8.25",
"mongoose-deep-populate": "^1.0.2",
"mongoose-findorcreate": "^0.1.2",
"mongoose-migrate": "^0.2.3",
"mongoose-relationship": "^0.1.4",
"morgan": "^1.5.2",
"nib": "^1.1.0",
"nodemon": "^1.3.7",
"nunjucks": "^1.2.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"pluralize": "^1.1.2",
"pretty-hrtime": "^1.0.0",
"promise": "^6.1.0",
"radio": "^0.2.0",
"require-dir": "^0.1.0",
"serve-favicon": "~2.2.0",
"serve-static": "^1.9.2",
"svg.js": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"walk": "^2.3.9",
"watchify": "^2.6.0"
}
}