forked from Novicell/novicell-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.37 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
85
86
87
88
89
90
91
92
93
94
{
"name": "novicell-frontend",
"description": "Novicells Default Frontend Package - used in all Novicell related projects as a base framework.",
"version": "4.0.0",
"homepage": "http://www.novicell.dk",
"author": {
"name": "Novicell"
},
"repository": {
"type": "git",
"url": "https://github.com/Novicell/novicell-frontend.git"
},
"bugs": {
"url": "https://github.com/Novicell/novicell-frontend/issues"
},
"main": "index.js",
"contributors": [
{
"name": "Danni Larsen",
"email": "dla@novicell.dk"
},
{
"name": "Signe Helbo Poulsen",
"email": "shp@novicell.dk"
},
{
"name": "Jonas Havmøller",
"email": "jha@novicell.dk"
},
{
"name": "Henrik Reinbach Madsen",
"email": "hrm@novicell.dk"
},
{
"name": "Bjørn Nyborg",
"email": "bny@novicell.dk"
}
],
"license": "MIT",
"engines": {
"node": ">6.9.1"
},
"devDependencies": {
"@frctl/fractal": "1.1.7",
"@frctl/handlebars": "1.1.4",
"check-files-exist": "^1.0.1",
"cssnano": "3.10.0",
"del": "^3.0.0",
"es6-promise": "^4.0.5",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "~1.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "~1.1.0",
"gulp-postcss": "7.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "0.6.1",
"gulp-resolve-dependencies": "^2.2.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprite": "~1.3.7",
"gulp-uglify": "^3.0.0",
"handlebars-helpers": "0.9.8",
"handlebars-layouts": "3.1.4",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"merge-stream": "~1.0.1",
"mkdirp": "^0.5.1",
"node-notifier": "^5.1.2",
"path": "^0.12.7",
"postcss": "6.0.12",
"postcss-css-variables": "0.8.0",
"postcss-cssnext": "3.0.2",
"postcss-nested": "2.1.2",
"postcss-partial-import": "4.1.0",
"postcss-reporter": "5.0.0",
"stylelint": "8.2.0",
"vinyl-ftp": "^0.6.0",
"yargs": "~9.0.1"
},
"dependencies": {
"flexboxgrid": "6.3.1",
"gulp-favicons": "2.2.7",
"svg4everybody": "2.1.9",
"validate": "github:cferdinandi/validate"
}
}