-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 989 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 989 Bytes
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
{
"name": "brownfield-sites-validator",
"version": "1.0.0",
"description": "Application for validating brownfield site",
"main": "index.js",
"scripts": {
"scss": "gulp stylesheets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/communitiesuk/digital-land-explorer.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/communitiesuk/digital-land-explorer/issues"
},
"homepage": "https://github.com/communitiesuk/digital-land-explorer#readme",
"devDependencies": {
"autoprefixer": "^9.7.6",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-clean": "^0.4.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"rollup": "^2.3.3"
},
"browserslist": [
">0.1%",
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Samsung versions",
"Safari >= 9",
"ie 8-11",
"iOS >= 9"
]
}