forked from StreetSupport/streetsupport-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 2.97 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 2.97 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
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "streetsupport",
"description": "Street Support Network is a Manchester collective of support groups, charities and kind-hearted folk. We’ve joined forces to make it easier to find help, and give help, to people facing homelessness in Manchester.",
"version": "1.0.0",
"author": "StreetSupport <streetsupport@objectivesfirst.com>",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/StreetSupport/streetsupport-web.git"
},
"bugs": {
"url": "https://github.com/StreetSupport/streetsupport-web/issues"
},
"engines": {
"node": ">= 4"
},
"devDependencies": {
"autoprefixer": "6.6.0",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "6.18.0",
"babel-register": "6.18.0",
"browser-sync": "2.18.5",
"critical": "1.2.0",
"css-mqpacker": "5.0.1",
"cssnano": "3.9.1",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-debug": "3.0.0",
"gulp-htmlmin": "3.0.0",
"gulp-if": "2.0.2",
"gulp-imagemin": "3.1.1",
"gulp-jasmine": "2.4.2",
"gulp-json-editor": "^2.2.1",
"gulp-postcss": "6.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "1.9.1",
"gulp-standard": "8.0.3",
"gulp-streamify": "^1.0.2",
"gulp-svg-sprite": "1.3.6",
"gulp-util": "3.0.8",
"handlebars": "4.0.6",
"imagemin-pngquant": "5.0.0",
"imports-loader": "0.7.0",
"jasmine": "2.5.2",
"metalsmith": "2.3.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-ignore": "^0.1.2",
"metalsmith-in-place": "1.4.4",
"metalsmith-layouts": "1.7.0",
"metalsmith-mapsite": "1.0.4",
"metalsmith-metadata-directory": "1.0.0",
"metalsmith-register-helpers": "0.2.0",
"postcss-pxtorem": "3.3.1",
"postcss-reporter": "3.0.0",
"postcss-scss": "0.4.0",
"run-sequence": "1.2.2",
"sass-mq": "3.3.2",
"sinon": "1.17.6",
"striptags": "^3.1.1",
"stylelint": "7.7.0",
"stylelint-config-standard": "15.0.1",
"susy": "2.2.14",
"vinyl-source-stream": "^1.1.0",
"webpack": "1.14.0",
"yargs": "6.5.0"
},
"dependencies": {
"awesomplete": "1.1.1",
"classlist.js": "1.1.20150312",
"cookie-cutter": "^0.2.0",
"delegate": "^3.2.0",
"fastclick": "1.0.6",
"geolib": "2.0.22",
"hogan.js": "3.0.2",
"holderjs": "2.9.4",
"htmlencode": "0.0.4",
"json-loader": "^0.5.7",
"knockout": "3.5.0-rc",
"knockout.validation": "2.0.3",
"list.fuzzysearch.js": "github:javve/list.fuzzysearch.js#v0.1.0",
"list.js": "1.3.0",
"marked": "0.4.0",
"moment": "2.19.3",
"q": "1.4.1",
"snyk": "^1.47.0",
"spin.js": "2.3.2",
"svg4everybody": "2.1.4",
"wpapi": "^1.1.2"
},
"babel": {
"presets": [
"es2015"
]
},
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}