-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.69 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
{
"name": "northplay.co",
"version": "1.0.0",
"description": "Official website for Northplay",
"main": "app.js",
"dependencies": {
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.23.6",
"browserify": "^13.0.0",
"compression": "^1.7.2",
"exorcist": "^0.4.0",
"express": "^4.15.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-data": "^1.3.1",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-minify-html": "^1.0.6",
"gulp-newer": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.5.3",
"gulp-unretina": "^0.1.3",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"jquery": "^2.2.2",
"ladda": "^1.0.6",
"morgan": "^1.9.0",
"normalize.css": "^4.0.0",
"retinajs": "2.1.2",
"scrollmagic": "^2.0.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2",
"watchify": "^3.11.0"
},
"scripts": {
"start": "gulp production && node app.js",
"build": "gulp build",
"build-production": "gulp production",
"dev": "gulp",
"deploy": "git push origin master && git push web master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Northplay/northplay.co.git"
},
"keywords": [
"north",
"play",
"games",
"website"
],
"author": "Kristian Andersen",
"license": "ISC",
"bugs": {
"url": "https://github.com/Northplay/northplay.co/issues"
},
"homepage": "https://github.com/Northplay/northplay.co#readme"
}