-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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 <[email protected]>",
"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"
}
}