UNPKG

3.15 kBJSONView Raw
1{
2 "name": "github-embed",
3 "description": "Github embedder",
4 "version": "0.1.3",
5 "main": "npm/index.js",
6 "scripts": {
7 "test": "npm run lint",
8 "start": "NODE_ENV=development node server.js",
9 "lint": "eslint .",
10 "bundle": "NODE_ENV=production webpack && shx mkdir -p npm/css/ && shx cp -r bundle/github-embed.css npm/css/github-embed.css",
11 "compile-npm": "babel src -d npm",
12 "deploy-to-git": "deploy-to-git",
13 "semantic-release": "semantic-release pre && shx rm -rf npm bundle && npm run deploy-to-git && npm run compile-npm && npm publish && semantic-release post",
14 "commit": "git-cz",
15 "check-updates": "ncu",
16 "upgrade": "npm run check-updates -- --upgradeAll && npm install"
17 },
18 "config": {
19 "deployToGit": {
20 "repository": "https://$GH_TOKEN@github.com/finom/github-embed.git",
21 "branch": "gh-pages",
22 "folder": "bundle",
23 "script": "npm run bundle",
24 "commit": "$npm_package_version",
25 "user": {
26 "email": "andrey.a.gubanov@gmail.com",
27 "name": "Andrey Gubanov (his digital copy)"
28 }
29 },
30 "commitizen": {
31 "path": "cz-simple-conventional-changelog"
32 },
33 "validate-commit-msg": {
34 "types": [
35 "feat",
36 "fix",
37 "refactor",
38 "perf",
39 "test",
40 "chore",
41 "revert"
42 ]
43 },
44 "ghooks": {
45 "commit-msg": "validate-commit-msg"
46 }
47 },
48 "repository": {
49 "type": "git",
50 "url": "https://github.com/finom/github-embed.git"
51 },
52 "keywords": [],
53 "license": "MIT",
54 "bugs": {
55 "url": "https://github.com/finom/github-embed/issues"
56 },
57 "homepage": "https://github.com/finom/github-embed#readme",
58 "dependencies": {
59 "babel-polyfill": "^6.13.0",
60 "balajs": "^0.1.9",
61 "classnames": "^2.2.5",
62 "github-url-parse": "^0.1.0",
63 "react": "^15.3.1",
64 "react-dom": "^15.3.1",
65 "react-loader": "^2.4.0",
66 "react-redux": "^4.4.5",
67 "redux": "^3.6.0",
68 "redux-thunk": "^2.1.0",
69 "highlight.js": "^9.6.0"
70 },
71 "devDependencies": {
72 "react-hot-loader": "^3.0.0-beta.3",
73 "babel-cli": "^6.14.0",
74 "babel-core": "^6.14.0",
75 "babel-eslint": "^6.1.2",
76 "babel-loader": "^6.2.5",
77 "babel-preset-es2015": "^6.14.0",
78 "babel-preset-react": "6.11.1",
79 "babel-preset-stage-2": "^6.13.0",
80 "commitizen": "^2.8.6",
81 "css-loader": "^0.25.0",
82 "cz-simple-conventional-changelog": "0.0.1",
83 "deploy-to-git": "0.0.5",
84 "eslint": "^3.4.0",
85 "eslint-config-airbnb": "^11.0.0",
86 "eslint-plugin-import": "^1.14.0",
87 "eslint-plugin-jsx-a11y": "^2.2.1",
88 "eslint-plugin-react": "^6.2.0",
89 "extract-text-webpack-plugin": "^1.0.1",
90 "ghooks": "^1.3.2",
91 "ncp": "^2.0.0",
92 "node-libs-browser": "^1.0.0",
93 "npm-check-updates": "^2.8.0",
94 "postcss-calc": "^5.3.1",
95 "postcss-cssnext": "^2.8.0",
96 "postcss-import": "^8.1.2",
97 "postcss-loader": "^0.13.0",
98 "postcss-nested": "^1.0.0",
99 "semantic-release": "^4.3.5",
100 "shx": "^0.1.4",
101 "style-loader": "^0.13.1",
102 "validate-commit-msg": "^2.8.0",
103 "webpack": "^1.13.2",
104 "webpack-dev-server": "^1.15.1"
105 }
106}
\No newline at end of file