-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (58 loc) · 1.42 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
{
"name": "McConnelling.org",
"version": "2.0.0",
"description": "The official unofficial #McConnelling generator.",
"author": "Sean McIntyre",
"contributors": [
{
"name": "Sean McIntyre",
"email": "[email protected]"
},
{
"name": "Max Mamis"
}
],
"main": "server/index.js",
"scripts": {
"start": "./node_modules/.bin/pm2 start server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"keywords": [
"McConnell",
"mcconnelling"
],
"dependencies": {
"express": "~3.4.8",
"mongodb": "~2.0.44",
"underscore": "~1.6.0"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^1.12.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^4.2.0",
"jquery": "^2.1.4",
"jquery-ui": "^1.10.5",
"jshint-stylish": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}