-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·83 lines (83 loc) · 2.22 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "responsiveos",
"version": "2.0.0",
"description": "Responsive OS",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/planetarycorp/UCROS.git"
},
"author": "Planetary",
"license": "N/A",
"bugs": {
"url": "https://github.com/planetarycorp/UCROS/issues"
},
"homepage": "https://github.com/planetarycorp/UCROS",
"dependencies": {
"array.prototype.find": "^1.0.0",
"array.prototype.findindex": "^1.0.0",
"bcrypt": "^0.8.1",
"body-parser": "^1.12.0",
"brfs": "^1.4.0",
"browserify": "^9.0.7",
"bulkify": "^1.1.1",
"color": "^0.8.0",
"compression": "^1.4.2",
"cookie-parser": "^1.3.4",
"crossfilter": "^1.3.11",
"csurf": "^1.7.0",
"email-templates": "~1.2.0",
"express": "^4.12.2",
"express-csv": "^0.6.0",
"express-flash": "0.0.2",
"express-session": "^1.10.3",
"express-session-mongo": "^0.1.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-csso": "^1.0.0",
"gulp-load-plugins": "^0.8.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"hat": "~0.0.3",
"include-all": "^0.1.6",
"jade": "^1.9.2",
"jquery": "^2.1.3",
"juice2": "^1.3.1",
"lodash": "^3.5.0",
"marked": "^0.3.3",
"md5": "^1.0.0",
"moment": "~2.9.0",
"mongoose": "^4.0.1",
"mongoose-paginate": "~3.1.3",
"mongoose-text-search": "0.0.2",
"mongoose-unique-validator": "^0.4.1",
"morgan": "^1.5.1",
"node-cache": "^1.1.0",
"node-sass": "~3.0.0-beta.4",
"nodemailer": "^1.3.2",
"nodemailer-html-to-text": "^1.0.0",
"nodemailer-ses-transport": "^1.2.0",
"on-headers": "^1.0.0",
"parsleyjs": "~2.0.7",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"rangeslider.js": "^1.1.0",
"request": "^2.53.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
},
"devDependencies": {
"gulp": "~3.8.11",
"gulp-jshint": "~1.9.2",
"gulp-livereload": "~3.8.0",
"gulp-minify-css": "~1.0.0",
"gulp-nodemon": "~1.0.5",
"gulp-scss-lint": "~0.1.10",
"gulp-util": "~3.0.4",
"tiny-lr": "~0.1.5"
}
}