UNPKG

2.23 kBJSONView Raw
1{
2 "name": "@massds/mayflower",
3 "description": "Open source UI components and visual style guide for Massachusetts government websites",
4 "engines": {
5 "node": ">6.9.0",
6 "npm": ">5.0.0"
7 },
8 "version": "9.55.1",
9 "author": "Massachusetts Digital Services (MDS)",
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/massgov/mayflower.git"
13 },
14 "contributors": [
15 "Jes Constantine <jesconstantine@gmail.com>",
16 "Isaac Chansky <ichansky@gmail.com>",
17 "Jonathan Dallas <jonathan.dallas@velir.com>",
18 "Sarena Douglass <sarena.douglass@velir.com>",
19 "Greg LeRoux <leroux@palantir.net>"
20 ],
21 "license": "SEE LICENSE IN LICENSE.md",
22 "bugs": {
23 "url": "https://github.com/massgov/mayflower/issues"
24 },
25 "homepage": "https://github.com/massgov/mayflower#readme",
26 "devDependencies": {
27 "babel-core": "^6.26.3",
28 "babel-preset-env": "^1.7.0",
29 "babelify": "^8.0.0",
30 "browser-sync": "^2.26.7",
31 "browserify": "^16.2.3",
32 "child-process-promise": "^2.2.1",
33 "core-js": "^2.6.5",
34 "disc": "^1.3.3",
35 "dotenv": "^8.2.0",
36 "eslint": "^5.15.1",
37 "eslint-plugin-react": "^7.2.0",
38 "fitvids": "^2.0.0",
39 "gulp": "^4.0.0",
40 "gulp-autoprefixer": "^5.0.0",
41 "gulp-concat": "^2.6.1",
42 "gulp-debug": "^4.0.0",
43 "gulp-environments": "^1.0.1",
44 "gulp-filter": "^5.1.0",
45 "gulp-header": "^2.0.5",
46 "gulp-if": "^2.0.2",
47 "gulp-pixrem": "^1.0.0",
48 "gulp-rename": "^2.0.0",
49 "gulp-sass": "^4.0.1",
50 "gulp-sourcemaps": "^2.6.4",
51 "gulp-terser": "^1.2.0",
52 "handlebars": "^4.7.6",
53 "jquery": "^3.5.1",
54 "lazypipe": "^1.0.1",
55 "mdn-polyfills": "^5.16.0",
56 "merge-stream": "^1.0.1",
57 "moment": "^2.24.0",
58 "node-bourbon": "^4.2.8",
59 "node-neat": "^1.7.2",
60 "node-normalize-scss": "^8.0.0",
61 "node-sass": "^4.14.1",
62 "picturefill": "^3.0.3",
63 "pikaday": "^1.8.0",
64 "svg4everybody": "^2.1.9",
65 "terser": "^4.6.3",
66 "through2": "^3.0.1",
67 "twig": "^1.13.2",
68 "undertaker-registry": "^1.0.1",
69 "untildify": "^4.0.0",
70 "url-search-params-polyfill": "^5.0.0",
71 "whatwg-fetch": "^3.0.0"
72 },
73 "dependencies": {
74 "del": "^5.1.0"
75 },
76 "scripts": {
77 "gulp": "gulp"
78 }
79}