Skip to content

Commit

Permalink
Fix JSON error
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Aug 29, 2019
1 parent dd2cda5 commit a39937e
Showing 1 changed file with 64 additions and 64 deletions.
128 changes: 64 additions & 64 deletions wp-content/themes/clarity/package.json
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@
{
"name": "clarity",
"version": "2.0.0",
"engines": {
"node": "11.10.0",
"npm": "6.7.0"
"name":"clarity",
"version":"2.1.0",
"engines":{
"node":"11.10.0",
"npm":"6.7.0"
},
"description": "Gulp compiler for Clarity theme",
"main": "index.js",
"scripts": {
"start": "gulp",
"watch": "gulp watch",
"test": "standard",
"build": "gulp build"
"description":"Gulp compiler for Clarity theme",
"main":"index.js",
"scripts":{
"start":"gulp",
"watch":"gulp watch",
"test":"standard",
"build":"gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ministryofjustice/intranet.git"
"repository":{
"type":"git",
"url":"git+https://github.com/ministryofjustice/intranet.git"
},
"contributors": [
"MoJ Digital team"
"contributors":[
"MoJ Digital team"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ministryofjustice/intranet/issues"
"license":"MIT",
"bugs":{
"url":"https://github.com/ministryofjustice/intranet/issues"
},
"homepage": "https://github.com/ministryofjustice/intranet/#readme",
"dependencies": {
"autoprefixer": "^9.6.1",
"chalk": "^2.4.2",
"ctgen": "^1.3.2",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^5.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-standard": "^12.0.0",
"gulp-stylus": "2.7.0",
"gulp-uglify": "^3.0.2",
"jeet": "^7.2.0",
"jquery": "^3.4.1",
"node-notifier": "^5.4.3",
"npm": "^6.11.2",
"pretty": "^2.0.0",
"rupture": "^0.7.1",
"standard": "^12.0.1",
"vinyl": "^2.2.0"
"homepage":"https://github.com/ministryofjustice/intranet/#readme",
"dependencies":{
"autoprefixer":"^9.6.1",
"chalk":"^2.4.2",
"ctgen":"^1.3.2",
"del":"^3.0.0",
"gulp":"^4.0.2",
"gulp-autoprefixer":"^6.1.0",
"gulp-babel":"^8.0.0",
"gulp-concat":"^2.6.1",
"gulp-csso":"^3.0.1",
"gulp-eslint":"^5.0.0",
"gulp-imagemin":"^5.0.3",
"gulp-plumber":"^1.2.1",
"gulp-rename":"^1.4.0",
"gulp-standard":"^12.0.0",
"gulp-stylus":"2.7.0",
"gulp-uglify":"^3.0.2",
"jeet":"^7.2.0",
"jquery":"^3.4.1",
"node-notifier":"^5.4.3",
"npm":"^6.11.2",
"pretty":"^2.0.0",
"rupture":"^0.7.1",
"standard":"^12.0.1",
"vinyl":"^2.2.0"
},
"author": "",
"standard": {
"globals": [
"jQuery",
"myAjax"
]
"author":"",
"standard":{
"globals":[
"jQuery",
"myAjax"
]
},
"browserslist": [
"last 4 version",
"> 5%",
"maintained node versions",
"not dead",
"not ie <= 8"
"browserslist":[
"last 4 version",
"> 5%",
"maintained node versions",
"not dead",
"not ie <= 8"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"cssnano": "^4.1.10",
"gulp-postcss": "^8.0.0"
"devDependencies":{
"@babel/core":"^7.5.5",
"@babel/preset-env":"^7.5.5",
"cssnano":"^4.1.10",
"gulp-postcss":"^8.0.0"
}
}
}

0 comments on commit a39937e

Please sign in to comment.