File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"test" : " karma start test/resources/karma.conf.js --single-run" ,
10
10
"test-integration" : " TEST_MODE=integration karma start test/resources/karma.conf.js --single-run" ,
11
11
"browserify" : " browserify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --transform envify" ,
12
- "minify" : " with-package uglifyjs --compress --mangle --screw-ie8 dist/watson-speech.js --output dist/watson-speech.min.js --preamble \" // IBM Watson Speech JavaScript SDK\n // vpkg.version \n // Generated at `date`\n // Copyright IBM (pkg.license) \" " ,
12
+ "minify" : " uglifyjs --compress --mangle --screw-ie8 dist/watson-speech.js --output dist/watson-speech.min.js --preamble \" // IBM Watson Speech JavaScript SDK\n // $npm_package_version \n // Generated at `date`\n // Copyright IBM ($npm_package_license) \n // $npm_package_homepage \" " ,
13
13
"watchify" : " watchify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --debug --verbose" ,
14
14
"build" : " npm run browserify && npm run minify" ,
15
15
"doc" : " jsdoc -c jsdoc/config.json --debug" ,
35
35
"serve-static" : " ^1.10.2" ,
36
36
"uglify-js" : " ^2.6.1" ,
37
37
"watchify" : " ^3.7.0" ,
38
- "watson-developer-cloud" : " ^1.2.1" ,
39
- "with-package" : " ^0.2.0"
38
+ "watson-developer-cloud" : " ^1.2.1"
40
39
},
41
40
"dependencies" : {
42
41
"clone" : " ^1.0.2" ,
48
47
"websocket" : " ^1.0.22" ,
49
48
"whatwg-fetch" : " ^0.11.0"
50
49
},
50
+ "homepage" : " https://github.com/watson-developer-cloud/speech-javascript-sdk" ,
51
51
"repository" : {
52
52
"type" : " git" ,
53
53
"url" : " https://github.com/watson-developer-cloud/speech-javascript-sdk.git"
You can’t perform that action at this time.
0 commit comments