UNPKG

prismjs-loader

Version:
43 lines (42 loc) 1.32 kB
{ "name": "prismjs-loader", "version": "0.0.4", "description": "prismjs webpack loader", "main": "index.js", "scripts": { "flow.eslint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext js --fix . .config", "flow.changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -p angular -v", "flow.github-release": "./node_modules/.bin/conventional-github-releaser -p angular", "test": "npm run flow.eslint", "preversion": "npm test", "version": "npm run flow.changelog && git add -A", "postversion": "git push origin master && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/valor-software/prismjs-loader.git" }, "keywords": [ "prism.js", "prismjs", "webpack", "loader", "prismjs-loader" ], "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/valor-software/prismjs-loader/issues" }, "homepage": "https://github.com/valor-software/prismjs-loader#readme", "dependencies": { "loader-utils": "0.2.14", "prismjs": "1.4.1" }, "devDependencies": { "conventional-changelog-cli": "1.2.0", "conventional-github-releaser": "1.1.2", "eslint-config-valorsoft": "0.0.11", "gh-pages": "0.11.0" } }