UNPKG

1.58 kBJSONView Raw
1{
2 "author": {
3 "name": "Hutson Betts",
4 "email": "hutson@hyper-expanse.net",
5 "url": "https://gitlab.com/hutson"
6 },
7 "bin": "",
8 "bugs": {
9 "url": "https://gitlab.com/hyper-expanse/open-source/shifted-semver-increment/issues"
10 },
11 "description": "Support major version zero incrementing alongside existing semver package behavior.",
12 "engines": {
13 "node": ">=6.9.0"
14 },
15 "files": [
16 "src/**/!(*.spec).js"
17 ],
18 "homepage": "https://gitlab.com/hyper-expanse/open-source/shifted-semver-increment#readme",
19 "keywords": [
20 "increment",
21 "major-version-zero",
22 "semver"
23 ],
24 "license": "Apache-2.0",
25 "main": "src/index.js",
26 "name": "shifted-semver-increment",
27 "repository": {
28 "type": "git",
29 "url": "https://gitlab.com/hyper-expanse/open-source/shifted-semver-increment.git"
30 },
31 "scripts": {
32 "dev": "docker run --rm --user node -v \"$(pwd)\":/app -w /app -it node:4 sh -c \"yarn install; yarn test; bash\"",
33 "test": "eslint src/ && nyc mocha --opts mocha.opts src/**/*.spec.js"
34 },
35 "version": "2.0.13",
36 "dependencies": {
37 "debug": "^4.0.0",
38 "semver": "^5.4.1"
39 },
40 "devDependencies": {
41 "@hutson/conventional-changelog-config": "^2.0.0",
42 "@hutson/eslint-config": "^3.0.0",
43 "@hutson/nyc-config": "^2.0.0",
44 "chai": "^4.0.2",
45 "codecov": "^3.0.0",
46 "eslint": "^5.3.0",
47 "mocha": "^5.0.0",
48 "npm-publish-git-tag": "^3.0.0",
49 "nyc": "^13.0.0",
50 "semantic-release-gitlab": "^7.0.0"
51 },
52 "readme": "ERROR: No README data found!",
53 "_id": "shifted-semver-increment@1.0.0"
54}