File tree Expand file tree Collapse file tree 2 files changed +25
-31
lines changed Expand file tree Collapse file tree 2 files changed +25
-31
lines changed Original file line number Diff line number Diff line change 1- sudo : false
21language : node_js
3- cache :
4- directories :
5- - ~/.npm
62notifications :
73 email : false
84node_js :
9- - ' 12 '
10- - ' 10 '
5+ - node
6+ - lts/*
117 - ' 8'
12- - ' 6'
138after_success :
149 - npx semantic-release
1510branches :
Original file line number Diff line number Diff line change 11{
22 "name" : " asynctaskqueue.js" ,
3+ "version" : " 0.0.0-development" ,
34 "description" : " JavaScript worker queue to execute tasks asynchronously, based on (deferred) promises" ,
45 "homepage" : " https://github.com/prantlf/asynctaskqueue.js" ,
5- "keywords" : [
6- " worker" ,
7- " queue" ,
8- " asynchronous" ,
9- " server" ,
10- " client" ,
11- " browser"
12- ],
136 "author" :
" Ferdinand Prantl <[email protected] >" ,
147 "repository" : {
158 "type" : " git" ,
169 "url" : " https://github.com/prantlf/asynctaskqueue.js.git"
1710 },
11+ "licenses" : [
12+ {
13+ "type" : " MIT" ,
14+ "url" : " https://raw.github.com/prantlf/asynctaskqueue.js/master/LICENSE"
15+ }
16+ ],
1817 "main" : " asynctaskqueue.js" ,
19- "version" : " 0.0.0-development" ,
18+ "files" : [
19+ " asynctaskqueue.js" ,
20+ " asynctaskqueue-min.js"
21+ ],
2022 "engines" : {
2123 "node" : " >=6"
2224 },
25+ "scripts" : {
26+ "test" : " phantomjs test/vendor/runner.js test/index.html?noglobals=true" ,
27+ "build" : " uglifyjs asynctaskqueue.js -c \" evaluate=false\" --comments=\" / .*/\" -m --source-map -o asynctaskqueue-min.js" ,
28+ "doc" : " docco asynctaskqueue.js"
29+ },
2330 "dependencies" : {
2431 "underscore" : " 1.9.1" ,
2532 "jquery" : " 3.4.1"
2936 "phantomjs" : " 2.1.7" ,
3037 "uglify-js" : " 3.6.0"
3138 },
32- "scripts" : {
33- "test" : " phantomjs test/vendor/runner.js test/index.html?noglobals=true" ,
34- "build" : " uglifyjs asynctaskqueue.js -c \" evaluate=false\" --comments=\" / .*/\" -m --source-map -o asynctaskqueue-min.js" ,
35- "doc" : " docco asynctaskqueue.js"
36- },
37- "licenses" : [
38- {
39- "type" : " MIT" ,
40- "url" : " https://raw.github.com/prantlf/asynctaskqueue.js/master/LICENSE"
41- }
42- ],
43- "files" : [
44- " asynctaskqueue.js" ,
45- " asynctaskqueue-min.js" ,
46- " LICENSE"
39+ "keywords" : [
40+ " worker" ,
41+ " queue" ,
42+ " asynchronous" ,
43+ " server" ,
44+ " client" ,
45+ " browser"
4746 ]
4847}
You can’t perform that action at this time.
0 commit comments