react-saasify-chrisvxd
Version:
React components for Saasify web clients.
60 lines (59 loc) • 1.47 kB
JSON
{
"name": "serialize-to-js",
"version": "3.0.0",
"description": "serialize objects to javascript",
"keywords": [
"javascript",
"objects",
"serialize"
],
"homepage": "https://github.com/commenthol/serialize-to-js",
"bugs": {
"url": "https://github.com/commenthol/serialize-to-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commenthol/serialize-to-js.git"
},
"license": "MIT",
"author": "commenthol <commenthol@gmail.com>",
"main": "lib",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"all": "npm run lint && npm test",
"clean": "rimraf doc coverage .nyc_output node_modules *.tgz",
"coverage": "nyc -r text -r html npm test",
"lint": "eslint lib test",
"prepublishOnly": "npm run all",
"readme": "markedpp --githubid -i README.md -o README.md",
"test": "mocha"
},
"eslintConfig": {
"extends": "standard",
"plugins": [
"standard"
],
"rules": {
"key-spacing": 0
}
},
"dependencies": {},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=4.0.0"
},
"maintainers": "commenthol <commenthol@gmail.com>"
}