-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 1.96 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 1.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
{
"name": "rptree",
"version": "3.0.28",
"description": "RPTree 2015: Revenge of RPYeti",
"main": "http://rptree.com/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:RP3Agency/rptree.git"
},
"contributors": [
{
"name": "Kurt Roberts",
"email": "[email protected]"
},
{
"name": "Jeremy Hilts",
"email": "[email protected]"
},
{
"name": "Tracy Rotton",
"email": "[email protected]"
},
{
"name": "Bryan Cox",
"email": "[email protected]"
},
{
"name": "Deanna Steers",
"email": "[email protected]"
},
{
"name": "Michael Kahane",
"email": "[email protected]"
}
],
"license": "MIT",
"private": true,
"devDependencies": {
"compression": "^1.6.0",
"connect-livereload": "^0.5.3",
"del": "^2.0.2",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-ejs": "^1.2.1",
"gulp-html-extend": "^1.1.6",
"gulp-html-minify": "0.0.12",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-s3-upload": "^1.4.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"matchdep": "^1.0.0",
"tiny-lr": "^0.2.0"
},
"dependencies": {
"bluebird": "^3.0.0",
"body-parser": "^1.14.1",
"config": "^1.16.0",
"debug": "^2.2.0",
"emoji": "^0.3.2",
"express": "^4.13.3",
"lodash": "^3.10.1",
"mongodb": "^2.0.49",
"monk": "^1.0.1",
"node-uuid": "^1.4.7",
"require-directory": "^2.1.1",
"serve-static": "^1.10.0",
"twitter": "^1.2.5",
"twitter-text": "^1.13.2",
"webpurify": "^1.0.0"
}
}