|
1 | 1 | { |
2 | 2 | "name": "travis-npm-deploy", |
3 | | - "version": "0.17.0", |
4 | | - "description": "djanta.io releasing tool module based on node implementation", |
5 | | - "homepage": "www.djanta.io", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "djanta platform customized NPM deploy shared script", |
| 5 | + "homepage": "http://djanta.io", |
6 | 6 | "license": "MIT", |
7 | 7 | "author": { |
8 | 8 | "name": "Stanislas Koffi ASSOUTOVI", |
|
27 | 27 | "node": ">=7.0.0", |
28 | 28 | "npm": ">=4.6.0" |
29 | 29 | }, |
30 | | - "bin": { |
31 | | - "djantaio-bump": "./release.js" |
32 | | - }, |
33 | | - "main": "release.js", |
34 | 30 | "publishConfig": { |
35 | 31 | "access": "public" |
36 | 32 | }, |
37 | 33 | "scripts": { |
38 | | - "build": "echo '== echo =='", |
39 | | - "lint": "./node_modules/.bin/eslint **/*.js", |
40 | | - "lint-html": "./node_modules/.bin/eslint **/*.js -f html -o ./reports/lint-results.html", |
41 | | - "hint": "./node_modules/.bin/jshint --verbose --config .jshintrc --reporter jslint", |
42 | | - "test": "npm run hint && npm run lint-html && nyc ./node_modules/.bin/mocha ./test --reporter spec --recursive --timeout 3000 --inspect --use_strict --expose-gc --colors", |
43 | | - "coverage": "npm run hint && npm run lint-html && nyc npm test && nyc report --reporter=text-lcov | coveralls", |
44 | 34 | "bump-dry": "./node_modules/.bin/grunt bump --dry-run", |
45 | 35 | "bump": "./node_modules/.bin/grunt bump", |
46 | 36 | "bump-patch": "./node_modules/.bin/grunt bump:patch", |
|
53 | 43 | "bump-premajor": "./node_modules/.bin/grunt bump:premajor" |
54 | 44 | }, |
55 | 45 | "devDependencies": { |
56 | | - "chai": "^3.5.0", |
57 | 46 | "eslint-config-xo-space": "^0.16.0", |
58 | | - "nyc": "^11.0.3", |
59 | 47 | "eslint": "^4.5.0", |
60 | 48 | "eslint-plugin-nodeca": "^1.0.3", |
61 | 49 | "jshint": "^2.9.5", |
62 | | - "mocha": "^3.3.0", |
63 | | - "should": "^11.2.1", |
64 | | - "standard": "^10.0.2", |
65 | 50 | "grunt-bump": "^0.8.0", |
66 | 51 | "grunt": "^1.0.2" |
67 | | - }, |
68 | | - "dependencies": { |
69 | | - "chalk": "^1.1.3", |
70 | | - "changelog": "^1.4.1", |
71 | | - "dateformat": "^2.0.0", |
72 | | - "dateutil": "^0.1.0", |
73 | | - "editorconfig": "^0.15.0", |
74 | | - "init": "^0.1.2", |
75 | | - "lodash": "^4.17.4", |
76 | | - "read-yaml": "^1.1.0", |
77 | | - "semver": "^5.4.1", |
78 | | - "shelljs": "^0.7.8", |
79 | | - "verb": "^0.8.10", |
80 | | - "yargs": "^8.0.2" |
81 | 52 | } |
82 | 53 | } |
0 commit comments