Skip to content

Commit 10480fb

Browse files
committed
Package.json updated ...
1 parent 512886c commit 10480fb

File tree

2 files changed

+24
-32
lines changed

2 files changed

+24
-32
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2017 DJANTA, LLC <team.dev@djanta.io> (www.djanta.io)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

package.json

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"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",
66
"license": "MIT",
77
"author": {
88
"name": "Stanislas Koffi ASSOUTOVI",
@@ -27,20 +27,10 @@
2727
"node": ">=7.0.0",
2828
"npm": ">=4.6.0"
2929
},
30-
"bin": {
31-
"djantaio-bump": "./release.js"
32-
},
33-
"main": "release.js",
3430
"publishConfig": {
3531
"access": "public"
3632
},
3733
"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",
4434
"bump-dry": "./node_modules/.bin/grunt bump --dry-run",
4535
"bump": "./node_modules/.bin/grunt bump",
4636
"bump-patch": "./node_modules/.bin/grunt bump:patch",
@@ -53,30 +43,11 @@
5343
"bump-premajor": "./node_modules/.bin/grunt bump:premajor"
5444
},
5545
"devDependencies": {
56-
"chai": "^3.5.0",
5746
"eslint-config-xo-space": "^0.16.0",
58-
"nyc": "^11.0.3",
5947
"eslint": "^4.5.0",
6048
"eslint-plugin-nodeca": "^1.0.3",
6149
"jshint": "^2.9.5",
62-
"mocha": "^3.3.0",
63-
"should": "^11.2.1",
64-
"standard": "^10.0.2",
6550
"grunt-bump": "^0.8.0",
6651
"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"
8152
}
8253
}

0 commit comments

Comments
 (0)