|
1 | 1 | { |
2 | 2 | "name": "watson-developer-cloud", |
3 | 3 | "version": "4.0.0-rc2", |
4 | | - "description": "Client library to use the IBM Watson Services and AlchemyAPI", |
5 | | - "main": "./index", |
| 4 | + "description": "Client library to use the IBM Watson Services", |
6 | 5 | "repository": { |
7 | 6 | "type": "git", |
8 | 7 | "url": "https://github.com/watson-developer-cloud/node-sdk.git" |
|
36 | 35 | { |
37 | 36 | "name": "Jeff Stylos", |
38 | 37 | |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "Dustin Popp", |
| 41 | + |
39 | 42 | } |
40 | 43 | ], |
41 | 44 | "license": "Apache-2.0", |
|
106 | 109 | "eslint:fix": "eslint . --fix", |
107 | 110 | "eslint:check": "eslint . --cache", |
108 | 111 | "lint": "npm run eslint:check && npm run tslint:check && dependency-lint", |
109 | | - "browserify": "browserify index.js --standalone Watson --outfile dist/watson.js", |
| 112 | + "browserify": "browserify sdk.js --standalone Watson --outfile dist/watson.js", |
110 | 113 | "build": "tsc && npm run browserify && npm run minify", |
111 | 114 | "doc": "jsdoc -c scripts/jsdoc/config.json", |
112 | 115 | "minify": "uglifyjs --compress --mangle --output dist/watson.min.js --preamble \"// Watson Developer Cloud\n// JavaScript SDK$npm_package_version\n// Generated at `date`\n// Copyright IBM ($npm_package_license)\n// $npm_package_homepage\" -- dist/watson.js", |
|
119 | 122 | "report-coverage": "codecov", |
120 | 123 | "watch-doc": "nodemon --watch ./ --ext js,tmpl,json --ignore dist/ --ignore doc/ --ignore test/ --ignore examples/ --exec npm run doc", |
121 | 124 | "watch": "npm run test-unit -- --watch", |
122 | | - "watchify": "watchify index.js --standalone Watson --outfile dist/watson.js --debug --verbose", |
| 125 | + "watchify": "watchify sdk.js --standalone Watson --outfile dist/watson.js --debug --verbose", |
123 | 126 | "check-packages": "installed-check -e -d" |
124 | 127 | }, |
125 | 128 | "husky": { |
|
0 commit comments