Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Jul 18, 2018
1 parent c73a736 commit dbe2f23
Showing 1 changed file with 46 additions and 48 deletions.
94 changes: 46 additions & 48 deletions package.json
@@ -1,50 +1,48 @@
{
"name": "buckram",
"version": "1.0.0",
"description": "Opinionated SCSS components for books (web, EPUB and PDF).",
"scripts": {
"build": "composer test",
"diff": "mocha",
"docs":
"node_modules/sassdoc/bin/sassdoc assets/styles --config sassdoc.json",
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
"lint:scripts": "node_modules/eslint/bin/eslint.js 'assets/scripts/*.js'",
"lint:styles":
"node_modules/stylelint/bin/stylelint.js 'assets/styles/**/*.scss'",
"test": "npm run -s lint && npm run -s build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pressbooks/buckram.git"
},
"author": "Pressbooks (Book Oven Inc.)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pressbooks/buckram/issues"
},
"homepage": "https://github.com/pressbooks/buckram#readme",
"engines": {
"node": ">= 6.9.4"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0",
"pixelmatch": "^4.0.2",
"polyserve": "^0.27.4",
"pressbooks-build-tools": "^0.12.0",
"puppeteer": "^1.0.0",
"sassdoc": "^2.5.0",
"type-detect": "^4.0.8"
},
"eslintConfig": {
"extends": "./node_modules/pressbooks-build-tools/config/eslint.js"
},
"stylelint": {
"extends": "./node_modules/pressbooks-build-tools/config/stylelint.js",
"rules": {
"no-descending-specificity": null,
"no-duplicate-at-import-rules": null
}
}
"name": "buckram",
"version": "1.0.1",
"description": "Opinionated SCSS components for books (web, EPUB and PDF).",
"scripts": {
"build": "composer test",
"diff": "mocha",
"docs": "node_modules/sassdoc/bin/sassdoc assets/styles --config sassdoc.json",
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
"lint:scripts": "node_modules/eslint/bin/eslint.js 'assets/scripts/*.js'",
"lint:styles": "node_modules/stylelint/bin/stylelint.js 'assets/styles/**/*.scss'",
"test": "npm run -s lint && npm run -s build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pressbooks/buckram.git"
},
"author": "Pressbooks (Book Oven Inc.)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pressbooks/buckram/issues"
},
"homepage": "https://github.com/pressbooks/buckram#readme",
"engines": {
"node": ">= 6.9.4"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0",
"pixelmatch": "^4.0.2",
"polyserve": "^0.27.4",
"pressbooks-build-tools": "^0.12.0",
"puppeteer": "^1.0.0",
"sassdoc": "^2.5.0",
"type-detect": "^4.0.8"
},
"eslintConfig": {
"extends": "./node_modules/pressbooks-build-tools/config/eslint.js"
},
"stylelint": {
"extends": "./node_modules/pressbooks-build-tools/config/stylelint.js",
"rules": {
"no-descending-specificity": null,
"no-duplicate-at-import-rules": null
}
}
}

0 comments on commit dbe2f23

Please sign in to comment.