-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.79 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
{
"name": "lcp",
"version": "2.6.4",
"description": "Luca Pipolo portfolio.",
"main": ".dist/index.html",
"engines": {
"node": "6.10.3",
"npm": "5.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "bower install && gulp build --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LucaPipolo/lcp.git"
},
"author": "Luca Pipolo <dev@lucapipolo.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/LucaPipolo/lcp/issues"
},
"homepage": "https://github.com/LucaPipolo/lcp/blob/master/README.md",
"devDependencies": {
"bower": "1.8.0",
"browser-sync": "2.18.8",
"compression": "1.7.0",
"eslint": "4.2.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"express": "4.15.3",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-babel": "6.1.2",
"gulp-changed": "2.0.0",
"gulp-clean": "0.3.2",
"gulp-concat": "2.6.1",
"gulp-copy": "1.0.0",
"gulp-csscomb": "3.0.8",
"gulp-cssmin": "0.1.7",
"gulp-eol": "0.1.2",
"gulp-eslint": "4.0.0",
"gulp-filter": "5.0.0",
"gulp-flatten": "0.3.1",
"gulp-if": "2.0.2",
"gulp-ignore": "2.0.2",
"gulp-imagemin": "3.1.1",
"gulp-load-plugins": "1.5.0",
"gulp-main-bower-files": "1.6.1",
"gulp-pug": "3.3.0",
"gulp-pug-linter": "0.4.1",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sass-lint": "1.3.2",
"gulp-sourcemaps": "2.4.1",
"gulp-uglify": "2.1.2",
"gulp-version-append": "0.2.0",
"heroku-ssl-redirect": "0.0.4",
"minimist": "1.2.0",
"path": "0.12.7",
"run-sequence": "1.2.2"
}
}