{ "name": "settings", "version": "1.2", "description": "Settings library for WordPress plugins/themes", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Kubitomakita/settings.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Kubitomakita/settings/issues" }, "homepage": "https://github.com/Kubitomakita/settings/#readme", "devDependencies": { "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.1", "gulp-concat": "^2.6.1", "gulp-order": "^1.1.1", "gulp-sass": "^3.1.0", "gulp-sourcemaps": "^2.4.1", "gulp-uglify": "^2.0.1" } }